From 7b2c4327e7d40ec17b72fe7fce3031dfc92fb165 Mon Sep 17 00:00:00 2001 From: Jacky Wu Date: Fri, 28 Jun 2019 00:49:00 +0800 Subject: [PATCH] golang: add missing gom alias to README (#7961) --- plugins/golang/README.md | 1 + 1 file changed, 1 insertion(+) 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 |