param_kind.go 77 B

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