diff options
| author | Jeff Carr <[email protected]> | 2024-11-08 06:42:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-08 06:42:46 -0600 |
| commit | 1082f0b7f904cf5fc452fd93ada5907474f3f149 (patch) | |
| tree | 6b1c87e1f16b3babbb65e4625c942c96a010de12 /dns.go | |
| parent | a4659ec59524279e5a80cd299491fe0a6dbf208a (diff) | |
use go-cmd/cmdv0.22.2
Diffstat (limited to 'dns.go')
| -rw-r--r-- | dns.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,6 @@ import ( "net" "strings" - "go.wit.com/lib/gui/shell" "go.wit.com/log" ) @@ -88,7 +87,7 @@ func lookupNS(domain string) { setProvider(s) } } - tmp = shell.Chomp(tmp) + tmp = strings.TrimSpace(tmp) if tmp != me.statusDNS.NSrr.String() { me.changed = true |
