whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
time.Sleep(time.Hour)
|
||||
println("ok")
|
||||
}
|
||||
Reference in New Issue
Block a user