Commit af59f4ad authored by Jacob Vosmaer's avatar Jacob Vosmaer

Also use JSON in say-yes.go

parent 050eff65
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
func main() { func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprint(w, "GL_ID=") fmt.Fprint(w, `{"GL_ID":""}`)
}) })
log.Fatal(http.ListenAndServe("localhost:8080", nil)) log.Fatal(http.ListenAndServe("localhost:8080", nil))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment