1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-28 07:22:20 +00:00

Update appendix-a-trap.md

This commit is contained in:
wahaha 2018-08-18 17:03:58 +08:00 committed by GitHub
parent e3cf9d1e3a
commit 2632eddff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,9 +192,7 @@ func main() {
}
}()
select{
default:
}
select{}
}
```