Closed squarebrakets closed 3 years ago
Hi there,
I think you may have a couple of problems,
firstly, you're not using go modules, which means that you might run in to trouble using -u
and with general version mis matches, so I recommend installing lile in a modules based project, if installing outside of homebrew, binary.
secondly, I think your cached version of google.golang.org/api
, a library lile uses, has a general git checkout issue, so you try just doing rm -rf /home/user/go/src/google.golang.org/api
and then doing a go get
again?
Thanks
I tried to install the package but the terminal shows this: