K.B.Dharun Krishna
efdfe2f29a
feat(golang): add alias for `go mod tidy` ( #12473 )
2 years ago
milinches
37d9e1aee9
feat(golang): add `goe`, `gove` aliases
...
Closes #10914
4 years ago
180909
835a0a5d17
feat(golang): add `gow` alias for `go work` ( #11105 )
4 years ago
Marc Cornellà
2e0cf4a3b0
refactor(golang): move completion out of the plugin
5 years ago
Marc Cornellà
c9a1edeab8
fix(golang)!: rename `gop` alias to `gopa` to avoid conflict with Go+ ( #10504 )
...
BREAKING CHANGE: the `gop` alias has been renamed to `gopa` to avoid conflict with
Go+ `gop` command.
Fixes #10504
5 years ago
Chaithanya Naik
89596597e9
feat(golang): add aliases for `go tool` utility ( #10361 )
...
Closes #10361
5 years ago
CleanMachine1
8e7cbafb32
feat(golang): add `gofx` alias for `go fix` ( #10220 )
...
Closes #10220
Co-authored-by: Chaithanya Naik <chaithanyampcrl@gmail.com>
5 years ago
Tristan Messner
4bd5d03e51
feat(golang): add `goga` alias to install dependencies in current directory, recursively ( #7786 )
...
Closes #7786
5 years ago
Muhammad Zahalqa
29ec52602f
feat(golang): add `gota` to test current directory recursively ( #8974 )
5 years ago
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