Skip to content
Snippets Groups Projects

Stfaseid http refactor

Merged Ghost User requested to merge stfaseid_http_refactor into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -72,5 +72,5 @@ func waitForHTTPServer() error {
}
return nil
}
return errors.New("HTTP server could not be reached.")
return errors.New("http server could not be reached")
}
Loading