auyer / MassMoverBot

The MassMoverBot uses multiple "PowerUp" Bot connections to perform fast "Move" operations with large amounts of users.
https://massmover.github.io
MIT License
6 stars 4 forks source link

Message templates could be better handled by "text/template" #25

Open auyer opened 4 years ago

auyer commented 4 years ago

The current approach is to use formatting directives and the "fmt" package. Since the text grew a lot since the start of this Bot, "text/template" could simplify the code.