Skip to content

Commit 87ab833

Browse files
committed
Testing.
1 parent 082fad2 commit 87ab833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import(
77

88
func mainHandler() http.HandlerFunc{
99
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request){
10-
fmt.Fprintf(w, "Hello World!!")
10+
fmt.Fprintf(w, "Hello World!!!")
1111
})
1212
}
1313

0 commit comments

Comments
 (0)