package main import ( "fmt" "math/rand" "os" "strings" "time" ) func main() { counter := 0 for { counter++ getWild := getWildAndTough() fmt.Println(getWild) if isGetWildAndTough(getWild) { printWithDuration(hugeGet, 200*time.Millisecond) printWithDuration(hugeWild, 400*time.Millisecond) printWithDuration(hugeAnd, 300*time.Millisecond) printWithDuration(hugeTough, 1000*time.Millisecond) fmt.Printf(