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