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 /init.go | |
| parent | 8c459da9f7a406b01bfd187e09ed9d4113d3ef36 (diff) | |
initOnce()
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ func toolkitClose() { // sets defaults and establishes communication // to this toolkit from the wit/gui golang package -func init() { +func initPlugin() { log.Log(INFO, "Init() of awesome-gocui") // init the config struct default values |
