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 082fad2 commit 87ab833Copy full SHA for 87ab833
main.go
@@ -7,7 +7,7 @@ import(
7
8
func mainHandler() http.HandlerFunc{
9
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request){
10
- fmt.Fprintf(w, "Hello World!!")
+ fmt.Fprintf(w, "Hello World!!!")
11
})
12
}
13
0 commit comments