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
Package here provides three debug printer functions: Dump, Printf, and Pif. Normally all write to the os.Stderr, but function Verbose can set their output to any io.StringWriter, or turn them off. Many sets of Here printers writing to distinct targets may coexist in a single scope.