I'm trying to start using Go (golang) for a project and coming from a java background, I was curious if there are equivalents for the following in the Go ecosystem:
Any other tips/suggestions?
Sublime Text 2 or Vim
Go dependencies are determined by your import statements which means whatever your code imports is what it depends on
Travis CI
you can refer to the golang homepage