go-eldoc

Homepage: https://github.com/syohex/emacs-go-eldoc

Author: Syohei YOSHIDA

Updated:

Summary

Eldoc for go-mode

Commentary

`go-eldoc.el' provides eldoc for Go language. `go-eldoc.el' shows type information
for variable, functions and current argument position of function.

To use this package, add these lines to your init.el file:

    (require 'go-eldoc)
    (add-hook 'go-mode-hook 'go-eldoc-setup)

Dependencies

Reverse dependencies