I use go-plus pluginAtom.io as the main editor for Go development . It works fine locally and linter finds any problems in the code.
But if I use something like Transmit to SFTP on my server and edit the file with Atom, if I try the importpackage that I have on my server, it will think that it is not present (because it looks local?). and linter throws an error.
How can I understand that I am on a server and look at the server for packages, etc., and not locally?
source
share