diff --git a/attr.go b/attr.go index 4ae7d27..1a0c577 100644 --- a/attr.go +++ b/attr.go @@ -17,7 +17,7 @@ import ( "time" ) -var out = colorable.NewColorableStderr() +var out = colorable.NewColorableStdout() // Attr holds the data fetched from a row // Only 1 ValueXxx field should have value, the others should be nil