From 7d178283f1834ddd01123a5d5d0b160bb8d7234d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Apr 2023 10:45:43 -0500 Subject: more code cleanups Signed-off-by: Jeff Carr --- toolkit/gocui/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/gocui/main.go') diff --git a/toolkit/gocui/main.go b/toolkit/gocui/main.go index f0415f5..7f9958f 100644 --- a/toolkit/gocui/main.go +++ b/toolkit/gocui/main.go @@ -11,7 +11,7 @@ import ( // sets defaults and establishes communication // to this toolkit from the wit/gui golang package -func Init() { +func init() { log(logInfo, "Init() of awesome-gocui") me.defaultWidth = 10 me.defaultHeight = 2 // this means by default one line of text in a button -- cgit v1.2.3