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