null.go 56 B

12345
  1. package xorm
  2. type NullType interface {
  3. IsNil() bool
  4. }