fix(build): make build-web works; gofmt all Go files
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ import (
|
||||
|
||||
// APIClient wraps HTTP calls to the dumpster server.
|
||||
type APIClient struct {
|
||||
BaseURL string
|
||||
HTTP *http.Client
|
||||
BaseURL string
|
||||
HTTP *http.Client
|
||||
SessionToken string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user