We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e4d8f5 + e0e9442 commit 482ab76Copy full SHA for 482ab76
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