summaryrefslogtreecommitdiff
path: root/digStatusWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-25 18:37:44 -0600
committerJeff Carr <[email protected]>2024-02-25 18:37:44 -0600
commit7b4eb41de7e1c65c07dfc8f04f1263b3f258b268 (patch)
tree0b8e95385cef782a74c554d53223c2ad55d60825 /digStatusWindow.go
parentfd082d49659c722776d72b97b9eca9d4aab8b78e (diff)
better names with Init() vs New()v0.21.1
Diffstat (limited to 'digStatusWindow.go')
-rw-r--r--digStatusWindow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/digStatusWindow.go b/digStatusWindow.go
index a0917f5..e62be77 100644
--- a/digStatusWindow.go
+++ b/digStatusWindow.go
@@ -55,7 +55,7 @@ type digStatus struct {
statusHTTP *gadgets.OneLiner
}
-func NewDigStatusWindow() *digStatus {
+func InitDigStatus() *digStatus {
var ds *digStatus
ds = new(digStatus)