Just a collecction of shortcuts for using Go
Very basic support for Go's dep
With vim-plug:
call plug#begin()
...
Plugin 'dtoebe/godep.vim'
...
call plug#end()
:DepEnsure runs dep ensure -v
:DepInit runs dep init
:GoGet pkg/name runs go get -u -v pkg/name