#Is a Listener closed when Accepct returns non-nil error?
10 messages · Page 1 of 1 (latest)
I'd guess no
reasons?
can you tell me if the std lib code is deep? i need to set up my network before getting code from google
dont wanna spend time set up ny network and find oht the code is too deep for me in the end
will go check out if not
https://cs.opensource.google/go/go/+/refs/tags/go1.21.1:src/net/net.go;l=175
You'd have to download the go toolchain anyway if you want to do anything with go. So if you habe the toolchain for building Go code, you have the standard library on your machine as well.
src/net/net.go line 175