From 014137c839a3b9c5b9a2f44df8c8598e2569a311 Mon Sep 17 00:00:00 2001
From: Russ Cox
+The protocol-specific resolvers were formerly
+lax about the network name passed in. For example, although the documentation was clear
+that the only valid networks for ResolveTCPAddr
are "tcp"
,
+"tcp4"
, and "tcp6"
, the Go 1.0 implementation silently accepted
+any string. The Go 1.1 implementation returns an error if the network is not one of those strings.
+The same is true of the other protocol-specific resolvers ResolveIPAddr
, ResolveUDPAddr
, and
+ResolveUnixAddr
.
+
On Linux, previous versions of the time package returned times with -- 2.48.1