Move tool dependencies to a submodule (#38)

Renaming tools.go to tools_test.go isn't enough because the transitive
dependency is still carried over for commands like `go mod download`,
which may be used for pre-downloading dependencies for systems like
Docker.
7 files changed
tree: ab1f4289f1e407efeb417bd64d77f065201c39bc
  1. tools/
  2. .codecov.yml
  3. .gitignore
  4. .travis.yml
  5. benchmarks_test.go
  6. CHANGELOG.md
  7. error.go
  8. error_test.go
  9. example_test.go
  10. glide.yaml
  11. go.mod
  12. go.sum
  13. go113.go
  14. go113_test.go
  15. LICENSE.txt
  16. Makefile
  17. README.md
README.md

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.