boltbrowser/cursor.go
2015-04-24 17:53:33 -05:00

7 lines
51 B
Go

package main
type Cursor struct {
x int
y int
}