boltbrowser/cursor.go

7 lines
51 B
Go
Raw Permalink Normal View History

package main
type Cursor struct {
x int
y int
}