Fix: go version
This commit is contained in:
		| @@ -6,11 +6,11 @@ import ( | ||||
| ) | ||||
|  | ||||
| var roundWords = map[string]string{ | ||||
| 	"hamster": "blue", | ||||
| 	"child": "red", | ||||
| 	"wheel": "white", | ||||
| 	"hamster":   "blue", | ||||
| 	"child":     "red", | ||||
| 	"wheel":     "white", | ||||
| 	"condition": "black", | ||||
| 	"test": "white", | ||||
| 	"test":      "white", | ||||
| } | ||||
|  | ||||
| func HandlePing(w http.ResponseWriter, r *http.Request) { | ||||
| @@ -18,6 +18,6 @@ func HandlePing(w http.ResponseWriter, r *http.Request) { | ||||
| } | ||||
|  | ||||
| func HandleHome(w http.ResponseWriter, r *http.Request) { | ||||
| 	tmpl := template.Must(template.ParseFiles("../components/index.html")) | ||||
| 	tmpl := template.Must(template.ParseFiles("components/index.html")) | ||||
| 	tmpl.Execute(w, roundWords) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder