diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 20:04:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 20:04:05 -0600 |
| commit | c00143ec9d932ac74dff2e9ae4d6d07928e4a857 (patch) | |
| tree | 20323a8a6f6e7f78cad282934a54248b6acdf507 /structs.go | |
| parent | 8a655d64a3cfcefa9ed01bb276b06f40ddfd18d1 (diff) | |
general improvmentsv0.10.2
better window open
debugger works again
new go mod
Signed-off-by: Jeff Carr <[email protected]>
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ import ( "go.wit.com/lib/gadgets" ) +// there can be only one per application var myLogGui *LogSettings type LogSettings struct { |
