()
| 37 | } |
| 38 | |
| 39 | func NewClientEmpty() *QQClient { |
| 40 | return NewClientMD5(0, [16]byte{}) |
| 41 | } |
| 42 | |
| 43 | func NewClientMD5(uin uint32, passwordMD5 [16]byte) *QQClient { |
| 44 | cookieContainer, _ := cookiejar.New(&cookiejar.Options{PublicSuffixList: publicsuffix.List}) |
nothing calls this directly
no test coverage detected