rte_kind.go 73 B

1234567
  1. package pg
  2. type RTEKind uint
  3. func (n *RTEKind) Pos() int {
  4. return 0
  5. }