go get: installing executables with 'go get' in module mode is deprecated.
firedev opened this issue · 1 comments
firedev commented
Maybe install command should be:
go install github.com/jandelgado/rabtap/cmd/rabtap@latest
Not sure about GO111MODULE
though
$ GO111MODULE=on go get github.com/jandelgado/rabtap/cmd/rabtap
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
jandelgado commented
thanks, fixed the documentation