Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
835a0a5d
Unverified
Commit
835a0a5d
authored
Aug 10, 2022
by
180909
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(golang): add `gow` alias for `go work` (#11105)
parent
e857cc8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
README.md
plugins/golang/README.md
+1
-0
golang.plugin.zsh
plugins/golang/golang.plugin.zsh
+1
-0
No files found.
plugins/golang/README.md
View file @
835a0a5d
...
...
@@ -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 |
plugins/golang/golang.plugin.zsh
View file @
835a0a5d
...
...
@@ -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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment