Lucas Larson
80d2e4336b
Grammar: remove hyphens from predicate adjective “up to date” ( #9356 )
...
https://english.stackexchange.com/a/180617
https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60
6 years ago
Jacky Wu
7b2c4327e7
golang: add missing gom alias to README ( #7961 )
7 years ago
Andrey Skurlatov
ae7d0bcdb9
golang: mod and list commands completion ( #7665 )
...
Also, add `gom` alias to `go mod`.
7 years ago
Ricardo Seriani
e8aba1bf59
golang: support "go help environment" in autocompletion ( #7404 )
...
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
8 years ago
Bjorn Stange
dfe7d6eca1
golang: add README ( #7207 )
8 years ago
Matthew Murphy
8ec0937653
Update golang.plugin.zsh ( #6750 )
...
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
8 years ago
Joseph Richey
8961a3794c
plugins/go: Simplify/fix recursive golang format ( #7027 )
...
Per the [`go` command specification](https://golang.org/cmd/go/#hdr-Package_lists ),
the `...` wildcard matches the empty string. This makes commands like
`go <action> . ./...` unnecessary: they should use `go <action> ./...`.
This also fixes a bug with the `gofa` shortcut, where it would emit an
error if called from a directory containing no go source files (but
having subdirectories that _did_ contain go files).
8 years ago
Jeremy Jones
547a6ce260
fix path completion issue with go run subcommand ( #6929 )
8 years ago
Shubham Chaudhary
4b9772fffe
Add more go aliases ( #5259 )
...
* Also gfa conflicts with git shortcut
10 years ago
Ilia Choly
22287d0153
handle multiple paths in GOPATH
11 years ago
Ilia Choly
9e9b790fe1
golang: improve go doc completion
11 years ago
rexk
8790fa3723
go plugin upgrade for version 1.4
12 years ago
ncanceill
ac1a321abe
add gfa alias for recursive formatting
...
inspired from #2018
12 years ago
Luke Steensen
aa9db3e8f9
update golang plugin to match official version
12 years ago
Bobby DeSimone
7c50867d2e
Added golang completion support from golang.org
13 years ago