(msg string)
| 242 | } |
| 243 | |
| 244 | func newError(msg string) *HTTPError { |
| 245 | return &HTTPError{ |
| 246 | Message: msg, |
| 247 | Example: "https://abc.com/https://github.com/github/docs.git", |
| 248 | } |
| 249 | } |
| 250 | |
| 251 | func run(*cobra.Command, []string) { |
| 252 | if bandwidthLimit > 0 { |