github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/gocommand/help.go (about) 1 package gocommand 2 3 const Description = "Runs go" 4 5 var Usage = []string{`jfrog rt go <go arguments> [command options]`} 6 7 const Arguments string = ` go commands 8 Arguments and options for the go command.`