This commit is contained in:
Edward Viaene
2019-11-27 14:46:55 +01:00
parent 1fe2e04ab7
commit 91237b799c

View File

@@ -7,7 +7,7 @@ import (
func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "hello world - go crazy!")
fmt.Fprintf(w, "hello world")
})
fmt.Printf("Listening on port 8080\n")