We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca57a4a commit 64c1542Copy full SHA for 64c1542
1 file changed
main.go
@@ -17,7 +17,7 @@ func main() {
17
18
fmt.Println("Creating index route")
19
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
20
- w.Write([]byte("test"))
+ w.Write([]byte("<h1>test</h1>"))
21
})
22
23
fmt.Println("Server listening on :8080")
0 commit comments