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
In the responder.go file, the JSON function sets escapeHTML to true.
However, the json.NewEncoder defaults to escapeHTML: true.
This appears to be redundant.