]> Cypherpunks repositories - gostls13.git/commit
net, io/ioutil: remove use of os.Time
authorAnthony Martin <ality@pbrane.org>
Fri, 11 Nov 2011 19:40:41 +0000 (14:40 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Nov 2011 19:40:41 +0000 (14:40 -0500)
commita6c501e4b1c0bc21e85a51ef62af65c4f284fff1
tree9ef5cbdd2f53f8c88e11c0a7547888629220ee78
parent3199a6ca8d06ef608080f1ef6c0523ebbbeb0025
net, io/ioutil: remove use of os.Time

I had to replace the single use of io/ioutil
in the time package with a bytes.Buffer since
there would've been a dependency cycle.

There are no other uses of os.Time.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5372054
src/pkg/io/ioutil/tempfile.go
src/pkg/net/hosts.go
src/pkg/time/zoneinfo_unix.go