jandelgado/rabtap

go get: installing executables with 'go get' in module mode is deprecated.

firedev opened this issue · 1 comments

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'.

thanks, fixed the documentation