Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tamago-cn opened this issue Mar 28, 2019 · 2 comments
Closed

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

tamago-cn opened this issue Mar 28, 2019 · 2 comments

Comments

@tamago-cn
Copy link

[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
Copy link
Owner

seefan commented Mar 28, 2019

已修正

@tamago-cn
Copy link
Author

测试通过,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants