master
FromError
func FromError(err error) int { if err == nil { log.G(context.TODO()).WithError(err).Error("unexpected HTTP error handling") return http.StatusInternalServerError }