We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107cbcf commit bd9a7d5Copy full SHA for bd9a7d5
src/main/main.go
@@ -32,7 +32,7 @@ func getPort() string {
32
33
print("(heroku:" + port + ")")
34
35
- if len(port) != 4 {
+ if port == "" {
36
port = "8000"
37
}
38
0 commit comments