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
So, there is this log.StaticMsg to add a fixed message to each line. But I want to prepend the string with my own message, and reorder the fields, and align theses as I see fit. One could use fmt with explicit argument indexes to specify that.
The text was updated successfully, but these errors were encountered:
So, there is this
log.StaticMsg
to add a fixed message to each line. But I want to prepend the string with my own message, and reorder the fields, and align theses as I see fit. One could usefmt
with explicit argument indexes to specify that.The text was updated successfully, but these errors were encountered: