This commit is contained in:
Liang Ding 2014-09-18 10:32:04 +08:00
parent 0ef3d3ad57
commit 79cbbef738
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ func main() {
for i := 0; i < 5; i++ {
fmt.Println("Hello, 世界", pkg.Now())
time.Sleep(time.Second)
time.Sleep(time.Second)
time.
}