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
./main.go:35: missing return at end of function
m.Get("/test", func (r render.Render) string { r.HTML(200, "index", "world") })
I can't seem to figure out the problem here, any ideas?
The text was updated successfully, but these errors were encountered:
You are defining your handler returns a string, but you didn't anything.
Sorry, something went wrong.
@unknwon Yeah, just noticed. Embarrassing, hah.
No branches or pull requests
./main.go:35: missing return at end of function
I can't seem to figure out the problem here, any ideas?
The text was updated successfully, but these errors were encountered: