diff options
Diffstat (limited to 'cmds/helloworld/main.go')
| -rw-r--r-- | cmds/helloworld/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/helloworld/main.go b/cmds/helloworld/main.go index 43aa08c..5516340 100644 --- a/cmds/helloworld/main.go +++ b/cmds/helloworld/main.go @@ -7,7 +7,7 @@ import ( ) func main() { - gui.Init() + // gui.Init() gui.Main(helloworld) } |
