diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 14:43:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 14:43:46 -0600 |
| commit | 3a33ba5dad3c6307c74b859e8e9afe24b863a140 (patch) | |
| tree | ec434f9487f443d13707e77f2dc18b09e2cfc2af /flags.go | |
| parent | b19c1e237db79b615a037b6034d45ac54c7ff233 (diff) | |
minor changesv0.0.8
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'flags.go')
| -rw-r--r-- | flags.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,9 +5,11 @@ import ( ) var TREE *log.LogFlag +var TREEWARN *log.LogFlag func init() { full := "go.wit.com/gui" short := "tree" TREE = log.NewFlag("TREE", false, full, short, "treeRoot info") + TREEWARN = log.NewFlag("TREEWARN", true, full, short, "treeRoot warnings") } |
