This commit is contained in:
180909 2025-10-21 21:10:40 -03:00 committed by GitHub
commit 3c90812366
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'