1
0

null.go 73 B

12345678
  1. package pg
  2. type Null struct {
  3. }
  4. func (n *Null) Pos() int {
  5. return 0
  6. }