Update .gitignore

pull/525/head
Fenny 2020-07-01 10:50:22 +02:00
parent 0daee4c8c6
commit c7587c7f5a
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -21,5 +21,5 @@
*.fasthttp.gz
*.pprof
# dependencies
# Dependencies
vendor

1
app.go
View File

@ -444,7 +444,6 @@ func (app *App) Listen(address interface{}, tlsconfig ...*tls.Config) error {
}
addr = strconv.Itoa(port)
}
fmt.Println("aha")
if !strings.Contains(addr, ":") {
addr = "127.0.0.1:" + addr
}