seefan / gossdb

ssdb client for go with pool surport
MIT License
131 stars 47 forks source link

引用包goerr没有New方法,go get 出错 #49

Closed tamago-cn closed 5 years ago

tamago-cn commented 5 years ago

[root@localhost gossdb]# grep -r 'goerr.New(' ./* ./client.go: return goerr.New("ssdb respone error") ./client.go: return goerr.New("access ssdb error, code is %v, parameter is %v", resp, errKey) ./client.go: return goerr.New("access ssdb error, code is %v", resp) ./connectors.go: return goerr.New("Please call the init function first") ./connectors.go: return nil, goerr.New("Please call the init function first") ./connectors.go: return nil, goerr.New("get client error") ./ssdbclient.go: return nil, goerr.New("gossdb client is closed.") ./ssdbclient.go: return nil, goerr.New("Authentication failed,password is wrong")

seefan commented 5 years ago

已修正

tamago-cn commented 5 years ago

测试通过,谢谢