Exemple #1
0
// StartAt a specific time in the future
func StartAt(t time.Time) {
	mix.StartAt(t)
}
Exemple #2
0
// Start the mixer now
func Start() {
	mix.StartAt(time.Now())
}