pkg
pkg copied to clipboard
Can't `go install`?
$ go install github.com/kentik/pkg@latest
go install: github.com/kentik/pkg@latest (in github.com/kentik/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
$ go version
go version go1.17.2 darwin/amd64