未验证 提交 5a1bf70d 编写于 作者: M mstmdev 提交者: GitHub

Remove the unused global variables (#244)

上级 dd59b4ac
...@@ -27,10 +27,6 @@ import ( ...@@ -27,10 +27,6 @@ import (
) )
var ( var (
errAuthResponse = errors.New("receive auth command response error")
errInfoResponse = errors.New("receive info command response error")
errAuthTimeout = errors.New("auth timeout")
errInfoTimeout = errors.New("info timeout")
errPushServerUnsupported = errors.New("the push server is unsupported") errPushServerUnsupported = errors.New("the push server is unsupported")
errSendToPushServer = errors.New("send a request to the push server error") errSendToPushServer = errors.New("send a request to the push server error")
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册