82c42460f6
gogs.bullercodeworks.com/brian/boltbrowser
7 lines
51 B
Go
7 lines
51 B
Go
package main
|
|
|
|
type Cursor struct {
|
|
x int
|
|
y int
|
|
}
|