Autocompletion daemon for the go programming language
gocode [-s][-f=<format>][-in=<path>][-sock=<type>][-addr=<addr>]
<command> [<args>]
This manual page documents briefly the gocode command.
gocode is an autocompletion daemon for the Go programming language. It is intended to be integraded with a source code editor, such as Emacs or Vim.
-addr="localhost:37373"
Address for tcp socket
-f="nice"
Output format (vim | emacs | nice | csv | json)
-in=""
Use this file instead of stdin input
-s=false
Run a server instead of a client
-sock="unix"
socket type (unix | tcp)
autocomplete [<path>] <offset>
main autocompletion command
close close the gocode daemon
status gocode daemon status report
drop-cache drop gocode daemon's cache
set [<name> [<value>]] list or set config options
This manual page was written by Hilko Bengen <[email protected]>, for the Debian project (and may be used by others).