dt_automate/vendor/go.uber.org/multierr
2025-02-27 14:27:45 +08:00
..
.codecov.yml 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
.gitignore 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
CHANGELOG.md 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
error.go 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
glide.yaml 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
LICENSE.txt 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
Makefile 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00
README.md 优化cookie存储到配置文件中 2025-02-27 14:27:45 +08:00

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.