just comments

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-06 20:14:27 -07:00
parent 030b9b1600
commit 4163665b22
1 changed files with 1 additions and 1 deletions

2
gui.go
View File

@ -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