diff options
| author | Jeff Carr <[email protected]> | 2024-02-25 18:37:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-25 18:37:44 -0600 |
| commit | 7b4eb41de7e1c65c07dfc8f04f1263b3f258b268 (patch) | |
| tree | 0b8e95385cef782a74c554d53223c2ad55d60825 /hostnameStatusWindow.go | |
| parent | fd082d49659c722776d72b97b9eca9d4aab8b78e (diff) | |
better names with Init() vs New()v0.21.1
Diffstat (limited to 'hostnameStatusWindow.go')
| -rw-r--r-- | hostnameStatusWindow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostnameStatusWindow.go b/hostnameStatusWindow.go index 6a88fae..5ce8ae9 100644 --- a/hostnameStatusWindow.go +++ b/hostnameStatusWindow.go @@ -56,7 +56,7 @@ type hostnameStatus struct { // dnsAction *gui.Node } -func NewHostnameStatusWindow() *hostnameStatus { +func InitHostnameStatus() *hostnameStatus { var hs *hostnameStatus hs = new(hostnameStatus) |
