Skip to content

Commit 4adf30a

Browse files
committed
Testing workflow again
1 parent 633a655 commit 4adf30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
func main() {
99
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
1010
fmt.Fprintf(w, "<h1>Hello World from Go!</h1>\n<p>You've requested: %s</p>\n", r.URL.Path)
11-
fmt.Fprintf(w, "<p>with this query string: "+r.URL.RawQuery+"</p>")
11+
fmt.Fprintf(w, "<p>With this query string: "+r.URL.RawQuery+"</p>")
1212
})
1313

1414
port := "8080"

0 commit comments

Comments
 (0)