예제 #1
0
파일: main.go 프로젝트: ch0wdan/rowdy-bot
// Flush handle to kill all ML data
func flushHandle(w http.ResponseWriter, r *http.Request, s *session.Session) {
	s.Flush()
	fmt.Fprint(w, "Done Flushed")
}