Ejemplo n.º 1
0
func (s *DevTestStepInit) Run(c *otto.Core) error {
	log.Printf("[INFO] test: starting the development environment")
	return c.Dev()
}