1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

Merge pull request #322 from fuwensun/pr-appendix-a-1f

appendix a trap fix code
This commit is contained in:
chai2010 2018-08-18 18:24:20 +08:00 committed by GitHub
commit 72f72eb97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,6 +190,7 @@ func main() {
for i := 0; i < 10; i++ {
fmt.Println(i)
}
os.Exit(0)
}()
select{}