does not implement error (Error method has pointer receiver)

前端 未结 0 684
粉色の甜心
粉色の甜心 2020-11-29 16:33

I have created an custom error type :

type ErrorResponse struct {
    Response   *http.Response `json:"-"`
    StatusCode int            `json:"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题