mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 03:42:59 +08:00
Reduce sleep time for test prog
This commit is contained in:
Binary file not shown.
@ -6,6 +6,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
time.Sleep(time.Second)
|
||||
time.Sleep(time.Millisecond)
|
||||
fmt.Println("Hello, World!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user