diff options
-rw-r--r-- | vlog/vlog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vlog/vlog.go b/vlog/vlog.go index 9ef771c..935da43 100644 --- a/vlog/vlog.go +++ b/vlog/vlog.go @@ -1,4 +1,4 @@ -// package vlog wraps log actions and only performs them if "verbose" config is set +// vlog -- verbose logger -- wraps log functions and only performs them if "verbose" config setting is true package vlog import ( |