示例#1
0
func init() {
	motto.AddModule("events", load("events"))
	motto.AddModule("promise", load("promise"))
	motto.AddModule("moment", load("moment"))
	motto.AddModule("underscore", load("underscore"))
}
示例#2
0
文件: fs.go 项目: kildevaeld/motto
func init() {
	motto.AddModule("fs", fsModule)
}
示例#3
0
func init() {
	motto.AddModule("underscore", underscore)
}