bigwhite / GoProgrammingFromBeginnerToMaster

Go语言精进之路书籍配套代码
Apache License 2.0
244 stars 81 forks source link

go-tls doesn't support Go1.17.* due to Go runtime changes. #34

Open Apostle-lemon opened 1 year ago

Apostle-lemon commented 1 year ago

In chapter8/sources/benchmark-impl, the file use go-tls to get the go routine' s ID, but go-tls doesn't support go 1.17.*, maybe consider another way to get the go routine ID?

bigwhite commented 1 year ago

If the problem is confirmed, it will be updated in the next version of the book.