Homepage: https://github.com/koko1000ban/auto-complete-golang
Author: tabi
Updated:
Auto-complete.el source for golang
Auto Completion source for golang. need gocode. Requirement: * yasnippet.el Installation: drop requirements and this file into a directory in your `load-path', and put these lines into your .emacs file. (require 'auto-complete-golang) (add-hook 'go-mode-hook '(lambda () (add-to-list 'ac-sources 'ac-source-golang)))