diff options
Diffstat (limited to 'plugins/golang/README.md')
-rw-r--r-- | plugins/golang/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/golang/README.md b/plugins/golang/README.md index 979c89010..3b7d1e19f 100644 --- a/plugins/golang/README.md +++ b/plugins/golang/README.md @@ -35,3 +35,4 @@ plugins=(... golang) | gotod | `go tool dist` | Utility to bootstrap, build and test go runtime | | gotofx | `go tool fix` | Fixes an application to use newer features | | gov | `go vet` | Vet examines Go source code and reports suspicious constructs | +| gow | `go work` | Work provides access to operations on workspaces | |