7 lines
58 B
Go
7 lines
58 B
Go
package boltbrowser
|
|
|
|
type Cursor struct {
|
|
x int
|
|
y int
|
|
}
|