From fa9ec36dbb05877a802ac6b5e2d358a2372f9a68 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Feb 2025 17:00:32 -0600 Subject: initOnce() --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3