This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
xormplus__xorm
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1a49463361
Branches
Tags
master
v0.7.5.0803
v0.7.4.0724
v0.7.0.0908
v0.7.0.0504
v0.6.4.1122
xormplus__xorm
/
null.go
null.go
56 B
History
Raw
1
2
3
4
5
package xorm
type NullType interface {
IsNil() bool
}