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

This commit is contained in:
180909 2022-08-10 22:18:59 +08:00 committed by GitHub
commit 835a0a5d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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'