From 9fcd72bcd6abb540ff1fd889a0349ea6d65330c5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Jun 2019 20:14:27 -0700 Subject: just comments Signed-off-by: Jeff Carr --- gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.go') diff --git a/gui.go b/gui.go index 892f5cb..0923f0f 100644 --- a/gui.go +++ b/gui.go @@ -5,7 +5,7 @@ import "log" import "regexp" import "github.com/andlabs/ui" -import _ "github.com/andlabs/ui/winmanifest" +import _ "github.com/andlabs/ui/winmanifest" // the _ means we only need this for the init() const Xaxis = 0 // box that is horizontal const Yaxis = 1 // box that is vertical -- cgit v1.2.3