General

Infinite loop

for {
    fmt.Println("TEST!")
    time.Sleep(5 * time.Second)
}
No matches...