浏览代码

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

Jacky Wu 4 年之前
父节点
当前提交
7b2c4327e7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/golang/README.md

+ 1 - 0
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                                      |