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
This application is recommended as part of the Gitpod Getting Started prompt, however does not build:
# github.com/demo-apps/go-gin-app ./handlers.user.go:29:14: too many arguments in call to c.SetCookie have (string, string, number, string, string, http.SameSite, bool, bool) want (string, string, int, string, string, bool, bool) ./handlers.user.go:53:13: too many arguments in call to c.SetCookie have (string, string, number, string, string, http.SameSite, bool, bool) want (string, string, int, string, string, bool, bool) ./handlers.user.go:73:14: too many arguments in call to c.SetCookie have (string, string, number, string, string, http.SameSite, bool, bool) want (string, string, int, string, string, bool, bool)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This application is recommended as part of the Gitpod Getting Started prompt, however does not build:
The text was updated successfully, but these errors were encountered: