You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Go to http://golang.org/pkg/html/template/#Must
2. Read the documenation
What is the expected output? What do you see instead?
I'd expect a clearer explanation than this:
"Must panics if err is non-nil in the same way as template.Must."
template.Must here is either wrong or doing a circular reference.