summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Wu <Colstuwjx@gmail.com>2019-06-28 00:49:00 +0800
committerMarc Cornellà <marc.cornella@live.com>2019-06-27 18:49:00 +0200
commit7b2c4327e7d40ec17b72fe7fce3031dfc92fb165 (patch)
treeceb98e573e2e0c22ca5fb9c9ffe51698e02b9db4
parent5f743e1a84b9c23004bd9e4f6995939b7674d4cc (diff)
downloadzsh-7b2c4327e7d40ec17b72fe7fce3031dfc92fb165.tar.gz
zsh-7b2c4327e7d40ec17b72fe7fce3031dfc92fb165.tar.bz2
zsh-7b2c4327e7d40ec17b72fe7fce3031dfc92fb165.zip
golang: add missing gom alias to README (#7961)
-rw-r--r--plugins/golang/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/golang/README.md b/plugins/golang/README.md
index 72845b2a1..0a1b43c30 100644
--- a/plugins/golang/README.md
+++ b/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 |