Hi. I'm new to Go. I wrote some code for my own use on Ubuntu 16.04 amd64, using just vim as my editor.

Then I got experimental and installed vscode (code_1.11.1-whatever-amd64.deb) and I let it install all the Go stuff it wanted.

I'm getting "cannot find package" messages from I guess golint. These are either packages I wrote myself or github.com/nsf/termbox-go. These are found and used when I use go install <whatever> from a command line.


And then I compile the same code I develop on Ubuntu, on a win10 box, that now also has vscode. On windows, I noticed that one of the tools keeps alphabetizing the imports in the ( ... ) list, and removing a needed import line from the list:
  "github.com/nsf/termbox-go"

At this point I have to stay w/ vim, but I wonder why I'm getting these errors from packages others highly recommend.

Thx,
Rob






--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to