Feat: add example config
This commit is contained in:
@ -29,34 +29,6 @@ func init() {
|
||||
// go Notifier.Listen()
|
||||
}
|
||||
|
||||
var roundWords = map[string]string{
|
||||
"hamster": "blue",
|
||||
"child": "red",
|
||||
"wheel": "white",
|
||||
"condition": "black",
|
||||
"test": "white",
|
||||
"ball": "blue",
|
||||
"violin": "red",
|
||||
"rat": "white",
|
||||
"perplexity": "blue",
|
||||
"notion": "red",
|
||||
"guitar": "blue",
|
||||
"ocean": "blue",
|
||||
"moon": "blue",
|
||||
"coffee": "blue",
|
||||
"mountain": "blue",
|
||||
"book": "blue",
|
||||
"camera": "blue",
|
||||
"apple": "red",
|
||||
"fire": "red",
|
||||
"rose": "red",
|
||||
"sun": "red",
|
||||
"cherry": "red",
|
||||
"heart": "red",
|
||||
"tomato": "red",
|
||||
"cloud": "white",
|
||||
}
|
||||
|
||||
func HandlePing(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("pong"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user