Golang auto completions by gocode.
To activate gocode completion, run gocode:toggle
via CommandPalette,
or apply some keybindings in your keymap.cson:
'.active.pane':'ctrl-;': 'gocode:toggle'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.