diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 18:15:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 18:15:54 -0600 |
| commit | 0a20b22a6c13c2ccf6a914cd847be9e3f744b343 (patch) | |
| tree | bd8bcde875b5d88e5f890331dfb3cafc12b05b23 /log/structs.go | |
| parent | 3f42ba188239c0c367718348515bd1b825196c7a (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.go | 13 |
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]"` -} |
