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
我是在get tags里面返回response之前,加上了一个time.Sleep(10 * time.Second) ,然后在yaml里面设置的时间是1s,但是没有生效啊
The text was updated successfully, but these errors were encountered:
书上125页给的代码: _,err := ctxhttp.Get(c.Request.Context(),http.DefaultClient,"https://www.google.com/") 这里的ctxhttp又是哪来的呢???
_,err := ctxhttp.Get(c.Request.Context(),http.DefaultClient,"https://www.google.com/")
Sorry, something went wrong.
No branches or pull requests
我是在get tags里面返回response之前,加上了一个time.Sleep(10 * time.Second) ,然后在yaml里面设置的时间是1s,但是没有生效啊
The text was updated successfully, but these errors were encountered: