예제 #1
0
func init() {
	task.RegisterType(codereviewTask{})
}
예제 #2
0
파일: issue.go 프로젝트: bradfitz/qopher
func init() {
	task.RegisterType(issueTask{})
}