diff options
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 |
