type countHandler … func (h *countHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { … } func ExampleHandle() { … }
type countHandler … func (h *countHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { … } func ExampleHandle() { … }