Closed
Description
Go documentation is very good, but it doesn't clearly label which go version features are available in. For instance I was caught out by http://golang.org/pkg/time/#Timer.Reset being a go 1.1 feature which meant my code would no longer compile with go 1.0. Other examples are * http://golang.org/pkg/net/http/#Transport.CancelRequest * ResponseHeaderTimeout in http://golang.org/pkg/net/http/#Transport
Activity