提交 ea087ba1 编写于 作者: D Derek Parker

Modify fixture prog

上级 aef3e53f
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
) )
func sleepytime() { func sleepytime() {
time.Sleep(time.Millisecond) time.Sleep(time.Nanosecond)
} }
func helloworld() { func helloworld() {
...@@ -26,7 +26,7 @@ func testnext() { ...@@ -26,7 +26,7 @@ func testnext() {
} }
func main() { func main() {
for i := 0; i <= 100; i++ { for i := 0; i <= 1; i++ {
sleepytime() sleepytime()
testnext() testnext()
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册