faayizm
Results
2
issues of
faayizm
I configured the FAKETIME environment variable to FAKETIME="+0 x2" Then started by program in background. In the middle i changed the environment variable to FAKETIME="+0 x10" But still my SW...
Below is the program i tried. package main import ( "fmt" "time" ) func main() { fmt.Println("Starting Go sleep test in infinite loop...") for { fmt.Println("Sleeping for 2 seconds...") time.Sleep(2...