type HTTPError … func (e HTTPError) Error() string { … } func (e HTTPError) WriteTo(w http.ResponseWriter) error { … } func NewHTTPError(code int, m string) *HTTPError { … }
type HTTPError … func (e HTTPError) Error() string { … } func (e HTTPError) WriteTo(w http.ResponseWriter) error { … } func NewHTTPError(code int, m string) *HTTPError { … }