coercion_context.go 89 B

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