Chore: temp words for test
This commit is contained in:
@ -5,6 +5,14 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var roundWords map[string]string{
|
||||
"hamster": "blue",
|
||||
"child": "red",
|
||||
"wheel": "white",
|
||||
"condition": "black",
|
||||
"test": "white",
|
||||
}
|
||||
|
||||
func HandlePing(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("pong"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user