milinches
37d9e1aee9
feat(golang): add goe
, gove
aliases
...
Closes #10914
2022-11-15 16:48:12 +01:00
180909
835a0a5d17
feat(golang): add gow
alias for go work
( #11105 )
2022-08-10 16:18:59 +02:00
Marc Cornellà
2e0cf4a3b0
refactor(golang): move completion out of the plugin
2021-12-26 20:38:36 +01:00
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
2021-12-26 20:38:01 +01:00
Chaithanya Naik
89596597e9
feat(golang): add aliases for go tool
utility ( #10361 )
...
Closes #10361
2021-12-26 20:23:19 +01:00
CleanMachine1
8e7cbafb32
feat(golang): add gofx
alias for go fix
( #10220 )
...
Closes #10220
Co-authored-by: Chaithanya Naik <chaithanyampcrl@gmail.com>
2021-12-26 20:20:14 +01:00
Tristan Messner
4bd5d03e51
feat(golang): add goga
alias to install dependencies in current directory, recursively ( #7786 )
...
Closes #7786
2021-09-16 16:59:03 +02:00
Muhammad Zahalqa
29ec52602f
feat(golang): add gota
to test current directory recursively ( #8974 )
2021-09-16 16:44:35 +02:00
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
2020-10-21 16:22:32 +02:00
Jacky Wu
7b2c4327e7
golang: add missing gom alias to README ( #7961 )
2019-06-27 18:49:00 +02:00
Andrey Skurlatov
ae7d0bcdb9
golang: mod and list commands completion ( #7665 )
...
Also, add `gom` alias to `go mod`.
2019-03-25 22:36:46 +01:00
Ricardo Seriani
e8aba1bf59
golang: support "go help environment" in autocompletion ( #7404 )
...
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
2018-11-16 22:53:29 +01:00
Bjorn Stange
dfe7d6eca1
golang: add README ( #7207 )
2018-10-03 18:13:48 +02:00
Matthew Murphy
8ec0937653
Update golang.plugin.zsh ( #6750 )
...
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
2018-08-29 11:55:23 -07:00
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).
2018-08-07 22:54:45 +02:00
Jeremy Jones
547a6ce260
fix path completion issue with go run subcommand ( #6929 )
2018-06-24 06:52:53 +02:00
Shubham Chaudhary
4b9772fffe
Add more go aliases ( #5259 )
...
* Also gfa conflicts with git shortcut
2016-08-21 20:06:47 +02:00
Ilia Choly
22287d0153
handle multiple paths in GOPATH
2015-09-11 12:27:22 -04:00
Ilia Choly
9e9b790fe1
golang: improve go doc completion
2015-09-09 10:59:29 -04:00
rexk
8790fa3723
go plugin upgrade for version 1.4
2014-12-30 14:53:31 -08:00
ncanceill
ac1a321abe
add gfa alias for recursive formatting
...
inspired from #2018
2014-05-29 11:06:02 +02:00
Luke Steensen
aa9db3e8f9
update golang plugin to match official version
2014-02-12 20:13:00 -06:00
Bobby DeSimone
7c50867d2e
Added golang completion support from golang.org
2013-03-20 13:32:03 -04:00