예제 #1
0
func init() {
	utron.RegisterController(NewSupplierAction())
}
예제 #2
0
파일: todo.go 프로젝트: bpursley/utron
func init() {
	utron.RegisterController(NewTODO())
}
예제 #3
0
func init() {
	utron.RegisterController(NewSponsorAction())
}
예제 #4
0
func init() {
	utron.RegisterController(NewGeneralAction())
}