另客网go项目公用的代码库

1234567
  1. package tr
  2. // TCPError response tcp error
  3. type TCPError struct {
  4. Msg string `json:"msg" example:"status bad request"`
  5. }