scan_direction.go 85 B

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