golangci-lint: command not found #1898
-
|
Hello! What did I miss? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hello, the binary path must be referenced in your |
Beta Was this translation helpful? Give feedback.
-
|
Set PATH permanently: |
Beta Was this translation helpful? Give feedback.
-
|
I think a better file for this is So I recommend to do this: |
Beta Was this translation helpful? Give feedback.
Set PATH permanently:
sudo nano ~/.bashrcadd and save in this file this string: export PATH=$PATH:$(go env GOPATH)/bin/