|
|
|
|
|
by sagichmal
4361 days ago
|
|
> Lack of decent IDE with intellisense/good refactoring
> support.
Sublime Text + GoSublime; vim + go-vim. > Libraries seem to be globally shared between projects
> like rvm rather than in the project like nvm.
There's no fixed rule. If you need dependable reproducible builds, current best-practice is to vendor your libraries in your repo. |
|