You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
303 B

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.