go-complete

Homepage: https://github.com/vibhavp/go-complete

Author: Vibhav Pant

Updated:

Summary

Native code completion for Go

Commentary

This package provides native code completion for the Go Programming
Language.
To enable, ad the following code into your .emacs:
(require 'go-complete)
(add-hook 'completion-at-point-functions 'go-complete-at-point)
You need to have gocode (https://github.com/nsf/gocode) installed to use
this package.

Dependencies