golang: add missing gom alias to README (#7961)

master
Jacky Wu 7 years ago committed by Marc Cornellà
parent 5f743e1a84
commit 7b2c4327e7
  1. 1
      plugins/golang/README.md

@ -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…
Cancel
Save