示例#1
0
func init() {
	rand.Seed(time.Now().UnixNano())
	bl.RegisterInput(module, Init)
}
示例#2
0
文件: filetail.go 项目: DLag/logear
func init() {
	bl.RegisterInput(module, Init)
}