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