Updating from gogs repo

gogs.bullercodeworks.com/brian/boltbrowser
This commit is contained in:
2015-10-21 08:48:18 -05:00
parent 908848fed6
commit 82c42460f6
3 changed files with 35 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package main
type Cursor struct {
x int
y int
}