summaryrefslogtreecommitdiff
path: root/plugins/golang/golang.plugin.zsh
AgeCommit message (Collapse)Author
2018-08-29Update golang.plugin.zsh (#6750)Matthew Murphy
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
2018-08-07plugins/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-24fix path completion issue with go run subcommand (#6929)Jeremy Jones
2016-08-21Add more go aliases (#5259)Shubham Chaudhary
* Also gfa conflicts with git shortcut
2015-09-11handle multiple paths in GOPATHIlia Choly
2015-09-09golang: improve go doc completionIlia Choly
2014-12-30go plugin upgrade for version 1.4rexk
2014-05-29add gfa alias for recursive formattingncanceill
inspired from #2018
2014-02-12update golang plugin to match official versionLuke Steensen
2013-03-20Added golang completion support from golang.orgBobby DeSimone