Example #1
0
func init() {
	db.Register(&Post{})
	db.Register(&Page{})
	db.Register(&Entry{})
}
Example #2
0
func init() {
	db.Register(&User{})
}