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 3a54049 commit 750d36aCopy full SHA for 750d36a
server.go
@@ -91,6 +91,6 @@ func main() {
91
}
92
http.HandleFunc("/comments.json", handleComments)
93
http.Handle("/", http.FileServer(http.Dir("./public")))
94
- log.Println("Server started: http://localhost:3000")
+ log.Println("Server started: http://localhost:" + port)
95
log.Fatal(http.ListenAndServe(":"+port, nil))
96
0 commit comments