go get -u github.com/fogleman/simplify/cmd/simplify
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'.
go install github.com/fogleman/simplify/cmd/simplify@latest
error in the installation
Solution:
go version:
go version go1.17.1 linux/amd64ref: https://medium.com/@sherlock297/go-get-installing-executables-with-go-get-in-module-mode-is-deprecated-de3a30439596