func init() { motto.AddModule("events", load("events")) motto.AddModule("promise", load("promise")) motto.AddModule("moment", load("moment")) motto.AddModule("underscore", load("underscore")) }
func init() { motto.AddModule("fs", fsModule) }
func init() { motto.AddModule("underscore", underscore) }