:GoAlternate go to tests and back (toggle)
:GoBuild
:GoCoverageToggle show/hide test coverage
:GoDef gd / Ctrl-t
:GoDescribe show calls and definition
:GoDoc print doc for the function hit K
:GoFreevars show free variables
:GoInfo show type declaration in status bar
:GoInstall
:GoLint
:GoMetaLinter calls everything, fmt, lint, vet, etc.
:GoPlay create snippet in golang.play.org and copy to clipboard
:GoRename newname rename thing under cursor
:GoRun
:GoSameIds show the same id in code highlighted
:GoTest
:GoTestCompile only compiles tests
:GoTestFunc run only test under cursor
]] Next func
[[ Prev func