summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-12 17:00:32 -0600
committerJeff Carr <[email protected]>2025-02-12 17:00:32 -0600
commitfa9ec36dbb05877a802ac6b5e2d358a2372f9a68 (patch)
treef4e218ca3de7acca53ba5044be77696bbdef4554 /structs.go
parent8c459da9f7a406b01bfd187e09ed9d4113d3ef36 (diff)
initOnce()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c8c688b..e9cfc8f 100644
--- a/structs.go
+++ b/structs.go
@@ -22,6 +22,8 @@ import (
"go.wit.com/toolkits/tree"
)
+var initOnce sync.Once
+
// It's probably a terrible idea to call this 'me'
// 2025 note: doesn't seem terrible to call this 'me' anymore. notsure.
var me config