Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | refactor(golang): move completion out of the plugin | Marc Cornellà | |
2021-12-26 | fix(golang)!: rename `gop` alias to `gopa` to avoid conflict with Go+ (#10504) | Marc Cornellà | |
BREAKING CHANGE: the `gop` alias has been renamed to `gopa` to avoid conflict with Go+ `gop` command. Fixes #10504 | |||
2021-12-26 | feat(golang): add aliases for `go tool` utility (#10361) | Chaithanya Naik | |
Closes #10361 | |||
2021-12-26 | feat(golang): add `gofx` alias for `go fix` (#10220) | CleanMachine1 | |
Closes #10220 Co-authored-by: Chaithanya Naik <chaithanyampcrl@gmail.com> | |||
2021-09-16 | feat(golang): add `goga` alias to install dependencies in current directory, ↵ | Tristan Messner | |
recursively (#7786) Closes #7786 | |||
2021-09-16 | feat(golang): add `gota` to test current directory recursively (#8974) | Muhammad Zahalqa | |
2020-10-21 | Grammar: remove hyphens from predicate adjective “up to date” (#9356) | Lucas Larson | |
https://english.stackexchange.com/a/180617 https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60 | |||
2019-03-25 | golang: mod and list commands completion (#7665) | Andrey Skurlatov | |
Also, add `gom` alias to `go mod`. | |||
2018-11-16 | golang: support "go help environment" in autocompletion (#7404) | Ricardo Seriani | |
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com> | |||
2018-08-29 | Update golang.plugin.zsh (#6750) | Matthew Murphy | |
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin | |||
2018-08-07 | plugins/go: Simplify/fix recursive golang format (#7027) | Joseph Richey | |
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-06-24 | fix path completion issue with go run subcommand (#6929) | Jeremy Jones | |
2016-08-21 | Add more go aliases (#5259) | Shubham Chaudhary | |
* Also gfa conflicts with git shortcut | |||
2015-09-11 | handle multiple paths in GOPATH | Ilia Choly | |
2015-09-09 | golang: improve go doc completion | Ilia Choly | |
2014-12-30 | go plugin upgrade for version 1.4 | rexk | |
2014-05-29 | add gfa alias for recursive formatting | ncanceill | |
inspired from #2018 | |||
2014-02-12 | update golang plugin to match official version | Luke Steensen | |
2013-03-20 | Added golang completion support from golang.org | Bobby DeSimone | |