1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-02 03:49:48 +08:00
This commit is contained in:
180909 2026-01-26 23:06:47 +08:00 committed by GitHub
commit cc80ec5c0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,4 @@ plugins=(... golang)
| gov | `go vet` | Vet examines Go source code and reports suspicious constructs |
| gove | `go version` | Prints Go version |
| gow | `go work` | Work provides access to operations on workspaces |
| goge | `go generate` | Generate Go files by processing source |

View File

@ -36,3 +36,4 @@ alias gotofx='go tool fix'
alias gov='go vet'
alias gove='go version'
alias gow='go work'
alias goge='go generate'