func ok()
in
service/main.go [69:71]
3
lines of code
1
McCabe index (conditional complexity)
func ok(w http.ResponseWriter, r *http.Request) { fmt.Fprint(w, "OK") }