We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4d8f5 commit e0e9442Copy full SHA for e0e9442
client/configuration.go
@@ -67,7 +67,7 @@ type Configuration struct {
67
68
func NewConfiguration(username, password string, port int) *Configuration {
69
cfg := &Configuration{
70
- Endpoint: fmt.Sprintf("http://localhost:%d/", port),
+ Endpoint: fmt.Sprintf("http://localhost:%d", port),
71
UserAgent: "Swagger-Codegen/1.0.0/go",
72
UserName: username,
73
Password: password,
0 commit comments