complete/gocomplete
Adam S Levy 7516f04703 feat(help,mod): Add completion for `go help` and `go mod`
Go 1.11 introduces module support which adds a whole new set of
commands. Add those commands for modules and also add the completion for
the help commands and topics.
2018-08-27 11:59:20 -08:00
..
complete.go feat(help,mod): Add completion for `go help` and `go mod` 2018-08-27 11:59:20 -08:00
go.mod build(go111): Add go module support 2018-08-27 11:55:41 -08:00
go.sum build(go111): Add go module support 2018-08-27 11:55:41 -08:00
parse.go gocomplete: run only runnable go files 2017-05-15 22:50:05 +03:00
pkgs.go Handle default gopath $HOME/go when env var $GOPATH is not set. 2017-07-30 19:41:18 +02:00
tests.go Filter matches as a final stage 2017-11-04 10:51:40 +02:00
tests_test.go Filter matches as a final stage 2017-11-04 10:51:40 +02:00