Spaces:
Running
Running
Update main.go
Browse files
main.go
CHANGED
@@ -13,5 +13,5 @@ func main() {
|
|
13 |
|
14 |
func HelloServer(w http.ResponseWriter, r *http.Request) {
|
15 |
m, _ := url.ParseQuery(r.URL.RawQuery)
|
16 |
-
fmt.Fprintf(w, "
|
17 |
}
|
|
|
13 |
|
14 |
func HelloServer(w http.ResponseWriter, r *http.Request) {
|
15 |
m, _ := url.ParseQuery(r.URL.RawQuery)
|
16 |
+
fmt.Fprintf(w, "Hi to Go Golang https://en.wikipedia.org/wiki/Go_(programming_language) , %s!", m["q"])
|
17 |
}
|