go fmt
This commit is contained in:
@@ -24,19 +24,18 @@ import (
|
||||
)
|
||||
|
||||
var statsAPIConfiguration = &api.Configuration{
|
||||
Host: "statsapi.mlb.com",
|
||||
Scheme: "https",
|
||||
DefaultHeader: make(map[string]string),
|
||||
UserAgent: "OpenAPI-Generator/1.0.0/go",
|
||||
Debug: false,
|
||||
Servers: api.ServerConfigurations{
|
||||
Host: "statsapi.mlb.com",
|
||||
Scheme: "https",
|
||||
DefaultHeader: make(map[string]string),
|
||||
UserAgent: "OpenAPI-Generator/1.0.0/go",
|
||||
Debug: false,
|
||||
Servers: api.ServerConfigurations{
|
||||
{
|
||||
URL: "",
|
||||
URL: "",
|
||||
Description: "No description provided",
|
||||
},
|
||||
},
|
||||
OperationServers: map[string]api.ServerConfigurations{
|
||||
},
|
||||
OperationServers: map[string]api.ServerConfigurations{},
|
||||
}
|
||||
|
||||
var statsAPIClient = api.NewAPIClient(statsAPIConfiguration)
|
||||
|
||||
Reference in New Issue
Block a user