The glamourous AI coding agent for your favourite terminal 💘
1package cellbuf 2 3import "errors" 4 5// ErrOutOfBounds is returned when the given x, y position is out of bounds. 6var ErrOutOfBounds = errors.New("out of bounds")