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
// SafeWriter escapee func, func implementing this type will write direct in the writer skipping the escape// faze, use this type to create special types of escapee funcstypeSafeWriterfunc(io.Writer, []byte)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: