bufr/pos_rune.go
2022-05-23 12:59:35 +02:00

7 lines
64 B
Go

package bufr
type posRune struct {
Rune rune
Pos Position
}