goimports

This commit is contained in:
Arno Hautala
2017-10-01 23:08:25 -04:00
parent f57fe55543
commit 0784644996

View File

@@ -91,7 +91,7 @@ func (client *B2Client) call(url string, method string, requestHeaders map[strin
case http.MethodPost:
break
default:
return nil, nil, 0, fmt.Errorf("unhandled http request method: "+method)
return nil, nil, 0, fmt.Errorf("unhandled http request method: " + method)
}
var response *http.Response