Add method to install go packages
Several go related tools can be used within emacs, such as: gocode, godef, goimports, golint, goflymake, etc. The el-get-go method lets the 'go get' command take care of downloading and building such tools. The main advantage is letting go get take care of resolving dependecies and building the binary, rather than wedging into the :build property.
Showing
methods/el-get-go.el
0 → 100644
Please register or sign in to comment