mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-26 02:51:07 +01:00
v0.5.0-rc5: check release
This commit is contained in:
@@ -44,7 +44,7 @@ func ReloadServer() E.NestedError {
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
return E.Failure("server reload").Subjectf("status code: %v", resp.StatusCode)
|
||||
}
|
||||
return E.Nil()
|
||||
return nil
|
||||
}
|
||||
|
||||
var HttpClient = &http.Client{
|
||||
|
||||
Reference in New Issue
Block a user