1 2 3 4 5 6 7 8
package web import "net/http" type handler struct{} func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { }