This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
publics
/
xormplus__xorm
Vigiar
0
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
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
Link permanente
Histórico
Em bruto
1
2
3
4
5
package xorm
type NullType interface {
IsNil() bool
}