3rd April 2015: Guillaume has made 2 changes to the test files:
The first change is minor and concerns Window user with dual stack. He has changed the net.Listen("tcp", ":0") to net.Listen("tcp", "127.0.0.1:0"). This shouldn't change anything for most people.
The second is more problematic and would impact people using io.Copy. In TestReadWritePing, he has moved the w.Close() in the writing goroutine just like in the other tests.
https://gist.github.com/creack/333f89f6aec5b789c1a0/revisions
评论:
captncraig:
Thanks for the heads up.
