We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a42c9 commit 19b8d67Copy full SHA for 19b8d67
cmd/selfupdate.go
@@ -19,7 +19,7 @@ type HTTPRequester struct {
19
// the body of the result. An error will occur for a non 200 status code.
20
func (httpRequester *HTTPRequester) Fetch(url string) (io.ReadCloser, error) {
21
if isDebug || isVerbose {
22
- fmt.Println("GET %s", url)
+ fmt.Println("GET " + url)
23
}
24
25
resp, err := http.Get(url)
0 commit comments