mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
479 B
18 lines
479 B
gopm(Go Package Manager) is a Go package manage tool for search, install, update, share packages. |
|
|
|
Usage: |
|
|
|
gopm command [arguments] |
|
|
|
The commands are: |
|
{{range .}}{{if .Runnable}} |
|
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
|
|
|
Use "gopm help [command]" for more information about a command. |
|
|
|
Additional help topics: |
|
{{range .}}{{if not .Runnable}} |
|
{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}} |
|
|
|
Use "gopm help [topic]" for more information about that topic. |
|
|
|
|