We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第 51 行 if view, err := gee.Get("unknown"); err == nil 应该是 err != nil 吧
The text was updated successfully, but these errors were encountered:
没有错误吧,这行代码的意思是:获取不存在的key“unknown”,如果异常为空,也就是获取成功了。那么就打印错误。因为这个"unknown"是不存在的。
Sorry, something went wrong.
No branches or pull requests
第 51 行
if view, err := gee.Get("unknown"); err == nil
应该是 err != nil 吧
The text was updated successfully, but these errors were encountered: