view_check_option.go 89 B

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