Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop dependency on golang.org/x/{tools,lint} (#65)
We use `golang.org/x/{tools,lint}` for dev-time tooling only. We don't need to declare it as a library dependency. This causes issues like uber-go/multierr#35. This change drops these depnedencies by renaming the tools.go so that these are considered test dependencies only. `go mod vendor` does not consider test dependencies.
- Loading branch information