query_source.go 81 B

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