summaryrefslogtreecommitdiff
path: root/init.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 /init.go
parent8c459da9f7a406b01bfd187e09ed9d4113d3ef36 (diff)
initOnce()
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index 0c649a5..3adaf1b 100644
--- a/init.go
+++ b/init.go
@@ -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