Compare commits

..

No commits in common. "main" and "v1.1.1" have entirely different histories.
main ... v1.1.1

1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
var (
Console = &Logger{
Writer: os.Stderr,
Writer: os.Stdout,
Level: INFO,
Format: FormatOptions{
MessageColor: true,