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
The concat(T...) approach was mainly to get the ball rolling with building strings easily. Now that the repo is stable it is a good time to swap that out with fmt and refactor all logging etc code accordingly. This will also assist with #8.
The text was updated successfully, but these errors were encountered:
The
concat(T...)
approach was mainly to get the ball rolling with building strings easily. Now that the repo is stable it is a good time to swap that out withfmt
and refactor all logging etc code accordingly. This will also assist with #8.The text was updated successfully, but these errors were encountered: