boltbrowser/cursor.go

7 lines
51 B
Go

package main
type Cursor struct {
x int
y int
}