Skip to content

Commit 0ba7399

Browse files
committed
Avoid localhost for now, until name resolution works
1 parent 550744b commit 0ba7399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import (
7171
)
7272

7373
func main() {
74-
listener, err := net.Listen("tcp", "localhost:8080")
74+
listener, err := net.Listen("tcp", "127.0.0.1:8080")
7575
if err != nil {
7676
// TODO: handle listen error
7777
}

0 commit comments

Comments
 (0)