Added golint to path

and still golint command not found.

You do not add binaries to PATH but folders.

So export PATH=${GOBIN}:${PATH} should be sufficient

PATH is a collection of multiple directories, instead of adding files, system commands will be searched in multiple PATH directories.

This worked.
Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.