You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
User could find useful a quick and small guide to configure the most relevant ides.
I understand, native support is expected at some point at the IDE side, but I'm talking about the very basics to be able to edit with code validation and autocomplete.
The text was updated successfully, but these errors were encountered:
Just use the standard Go(g)land build tools. In Preferences > GO > GOPATH, remove any entry in Global GOPATH. Add two entries in Project GOPATH, one for for your projects main folder and one for the vendor folder.
e.g.:
Then just add a new Go Build configuration under Run/Debug Configurations with the default settings and select your projects main file in the file section.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
User could find useful a quick and small guide to configure the most relevant ides.
I understand, native support is expected at some point at the IDE side, but I'm talking about the very basics to be able to edit with code validation and autocomplete.
The text was updated successfully, but these errors were encountered: