facing issues while building lint through command make lint #199
nagarajtrivedi
started this conversation in
General
Replies: 1 comment 3 replies
-
Hmm, looks like issue with the installation of golint. can you install using go get -u golang.org/x/lint/golint Check your system is all fine interms of gopath and gobin: go env GOPATH GOBIN More detailed article here - http://networkbit.ch/golang-golint/. Let me know if it doesn't help |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I am Nagaraj Trivedi. I am trying to build the go rule engine code by executing the make file.
I tried executing the code make link, but it gave following error.
It says that golint command is not found. I tried it installing using the command
sudo apt-get update -y
sudo apt-get install -y golint
But it is giving lot of error messages
eading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
golint
0 upgraded, 1 newly installed, 0 to remove and 191 not upgraded.
Need to get 1,117 kB of archives.
After this operation, 3,694 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
golint
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
Let me know what could be the problem
Beta Was this translation helpful? Give feedback.
All reactions