text-formatter: assume that IsTerminal doesn't change during execution

This commit is contained in:
Antoine Grondin
2014-09-16 17:19:03 -04:00
parent 8a758beb29
commit d35b1c983e
2 changed files with 10 additions and 5 deletions
-2
View File
@@ -28,8 +28,6 @@ type Entry struct {
Message string
}
var baseTimestamp time.Time
func NewEntry(logger *Logger) *Entry {
return &Entry{
Logger: logger,