``` // Function to test the behavior Every(1*time.Second, func() bool { fmt.Println("hi") return true }) ```