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
Check if json.Encoder has SetEscapeHTML
Define interface setEscapeHTMLer and use it to check if json.Encoder
has a SetEscapeHTML method before trying to call it.
Fixes#2