Fix some warnings and typos
This commit is contained in:
@ -180,7 +180,7 @@ func (m Message) ClearString() string {
|
||||
|
||||
// String return the message string with escape sequence for ansi color.
|
||||
// To convert Translated Message to string, you must set
|
||||
// On windows, you may want print this string using github.com/mattn/go-colorable.
|
||||
// On windows, you may want print this string using github.com/matte/go-colorable.
|
||||
func (m Message) String() string {
|
||||
var msg, format strings.Builder
|
||||
if m.Bold {
|
||||
|
Reference in New Issue
Block a user