- 21 Oct, 2020 1 commit
-
- 27 Jun, 2019 1 commit
-
-
Jacky Wu authored
-
- 25 Mar, 2019 1 commit
-
-
Andrey Skurlatov authored
Also, add `gom` alias to `go mod`.
-
- 16 Nov, 2018 1 commit
-
-
Ricardo Seriani authored
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
-
- 03 Oct, 2018 1 commit
-
-
Bjorn Stange authored
-
- 29 Aug, 2018 1 commit
-
-
Matthew Murphy authored
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
-
- 07 Aug, 2018 1 commit
-
-
Joseph Richey authored
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).
-
- 24 Jun, 2018 1 commit
-
-
Jeremy Jones authored
-
- 21 Aug, 2016 1 commit
-
-
Shubham Chaudhary authored
* Also gfa conflicts with git shortcut
-
- 11 Sep, 2015 1 commit
-
-
Ilia Choly authored
-
- 09 Sep, 2015 1 commit
-
-
Ilia Choly authored
-
- 30 Dec, 2014 1 commit
-
-
rexk authored
-
- 29 May, 2014 1 commit
-
-
ncanceill authored
inspired from #2018
-
- 13 Feb, 2014 1 commit
-
-
Luke Steensen authored
-
- 20 Mar, 2013 1 commit
-
-
Bobby DeSimone authored
-