hw/hw.go

7 lines
108 B
Go
Raw Normal View History

2018-03-08 14:08:37 -08:00
package hw
import "net/http"
// OK simply return 200
func OK(w http.ResponseWriter, req *http.Request) {}