aboutsummaryrefslogtreecommitdiff
path: root/internal/tlog/log.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-06 21:51:25 +0200
committerJakob Unterwurzacher2016-07-06 21:51:25 +0200
commite8a234f658553927a2e845d64862321c90388e00 (patch)
tree20ddf82ad25ee2c9a32f49eb282d5362d858cf40 /internal/tlog/log.go
parenta36b4c1b43432789bdec15fe53d1fb55179a8999 (diff)
Add godoc comments to all internal packages
Diffstat (limited to 'internal/tlog/log.go')
-rw-r--r--internal/tlog/log.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/tlog/log.go b/internal/tlog/log.go
index 254a207..a770df8 100644
--- a/internal/tlog/log.go
+++ b/internal/tlog/log.go
@@ -1,3 +1,5 @@
+// Package tlog is a "toggled logger" that can be enabled and disabled and
+// provides coloring.
package tlog
import (