Exemplo n.º 1
0
// Run statisfies the Statement Interface
func (w *WaitStatement) Run(s *ponyExpress.StoreFront) {
	runtime := time.Now()
	s.Wait()
	w.runtime = time.Since(runtime)
}