diff options
Diffstat (limited to 'toolkit/gocui/main.go')
| -rw-r--r-- | toolkit/gocui/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
