summaryrefslogtreecommitdiff
path: root/log/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 18:15:54 -0600
committerJeff Carr <[email protected]>2024-01-03 18:15:54 -0600
commit0a20b22a6c13c2ccf6a914cd847be9e3f744b343 (patch)
treebd8bcde875b5d88e5f890331dfb3cafc12b05b23 /log/structs.go
parent3f42ba188239c0c367718348515bd1b825196c7a (diff)
move to go.wit.com/log !!!
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'log/structs.go')
-rw-r--r--log/structs.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/log/structs.go b/log/structs.go
deleted file mode 100644
index b5d849c..0000000
--- a/log/structs.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package witlog
-
-import (
-)
-
-//
-// Attempt to switch logging to syslog on linux
-//
-
-// This struct can be used with the go-arg package
-type LogArgs struct {
- Log []string `arg:"--log" help:"Where to log [syslog,stdout]"`
-}