diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 21:47:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 21:47:10 -0500 |
| commit | a4659ec59524279e5a80cd299491fe0a6dbf208a (patch) | |
| tree | 01aa4a2e852430cc3050dd26ac2cbaaf3fc1320e /main.go | |
| parent | 42ca387a49857c6a179650c4296384ce74c1e3d1 (diff) | |
still compilesv0.22.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -15,8 +15,6 @@ import ( "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/linuxstatus" - - "github.com/miekg/dns" ) //go:embed resources/* @@ -26,15 +24,8 @@ func main() { // parsedown() // initialize the maps to track IP addresses and network interfaces - me.ipmap = make(map[string]*IPtype) - me.dnsmap = make(map[string]*IPtype) - me.ifmap = make(map[int]*IFtype) me.nsmap = make(map[string]string) - // initialize maps for the returned DNS records - me.ipv4s = make(map[string]dns.RR) - me.ipv6s = make(map[string]dns.RR) - me.myGui = gui.New() me.myGui.InitEmbed(resToolkit) me.myGui.Default() |
