summaryrefslogtreecommitdiff
path: root/plugins/golang/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/golang/README.md')
-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 128cc7fbb..80f8cf3b5 100644
--- a/plugins/golang/README.md
+++ b/plugins/golang/README.md
@@ -25,6 +25,7 @@ plugins=(... golang)
| goi | `go install` | Compiles and installs packages to $GOPATH |
| gol | `go list` | Lists Go packages |
| gom | `go mod` | Access to operations on modules |
+| gomt | `go mod tidy` | Tidies up the go.mod file |
| gopa | `cd $GOPATH` | Takes you to `$GOPATH` |
| gopb | `cd $GOPATH/bin` | Takes you to `$GOPATH/bin` |
| gops | `cd $GOPATH/src` | Takes you to `$GOPATH/src` |