Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide dependencies in
tools.go
from importers
Projects that use `go mod vendor` will vendor `github.com/matryer/moq` despite it not being required at runtime. Moving `tools.go` to `internal` hides this import from downstream users and avoids `github.com/matryer/moq` being vendored. `go generate` of the mocks still works as expected.
- Loading branch information