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 8bd8203 commit 5caa79bCopy full SHA for 5caa79b
config.go
@@ -57,6 +57,7 @@ func GetAddress() (ipport string, network string) {
57
network = "tcp4"
58
if port == "" {
59
port = ":8080"
60
+ ipport = port
61
} else if port[0:1] != ":" {
62
ip := os.Getenv("IP")
63
if ip == "" {
0 commit comments