boltbrowser/cursor.go
Brian Buller 82c42460f6 Updating from gogs repo
gogs.bullercodeworks.com/brian/boltbrowser
2015-10-21 08:48:18 -05:00

7 lines
51 B
Go

package main
type Cursor struct {
x int
y int
}