mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
golang: add missing gom alias to README (#7961)
This commit is contained in:
parent
5f743e1a84
commit
7b2c4327e7
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ plugins=(... golang)
|
|||
| gog | `go get` | Downloads packages and then installs them to $GOPATH |
|
||||
| goi | `go install` | Compiles and installs packages to $GOPATH |
|
||||
| gol | `go list` | Lists Go packages |
|
||||
| gom | `go mod` | Access to operations on modules |
|
||||
| gop | `cd $GOPATH` | Takes you to $GOPATH |
|
||||
| gopb | `cd $GOPATH/bin` | Takes you to $GOPATH/bin |
|
||||
| gops | `cd $GOPATH/src` | Takes you to $GOPATH/src |
|
||||
|
|
Loading…
Reference in a new issue