Unverified Commit 835a0a5d authored by 180909's avatar 180909 Committed by GitHub

feat(golang): add `gow` alias for `go work` (#11105)

parent e857cc8c
......@@ -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 |
......@@ -32,3 +32,4 @@ alias gotoc='go tool compile'
alias gotod='go tool dist'
alias gotofx='go tool fix'
alias gov='go vet'
alias gow='go work'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment