boltbrowser/cursor.go

7 lines
51 B
Go
Raw Normal View History

2015-04-24 22:53:33 +00:00
package main
type Cursor struct {
x int
y int
}