expr.go 73 B

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