Gim/internal/core/position.go
Hayden Hargreaves ccb061989a refactor: huge refactor, this looks amazing.
Lots of comments from the AI. Some tests are not passing though
2026-03-04 21:45:47 -07:00

7 lines
102 B
Go

package core
// Position represents a location in the buffer
type Position struct {
Line, Col int
}