Modify fixture prog

This commit is contained in:
Derek Parker 2014-09-19 19:58:16 -05:00
parent aef3e53ffc
commit ea087ba1b1
2 changed files with 2 additions and 2 deletions

@ -6,7 +6,7 @@ import (
)
func sleepytime() {
time.Sleep(time.Millisecond)
time.Sleep(time.Nanosecond)
}
func helloworld() {
@ -26,7 +26,7 @@ func testnext() {
}
func main() {
for i := 0; i <= 100; i++ {
for i := 0; i <= 1; i++ {
sleepytime()
testnext()
}

Binary file not shown.