package hw import "net/http" const Version = "v0.1.2" // OK simply return 200 func OK(w http.ResponseWriter, req *http.Request) {}