diff options
| author | Jeff Carr <[email protected]> | 2025-02-12 17:00:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-12 17:00:32 -0600 |
| commit | fa9ec36dbb05877a802ac6b5e2d358a2372f9a68 (patch) | |
| tree | f4e218ca3de7acca53ba5044be77696bbdef4554 /structs.go | |
| parent | 8c459da9f7a406b01bfd187e09ed9d4113d3ef36 (diff) | |
initOnce()
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
