]> Cypherpunks repositories - gostls13.git/commit
http: update triv.go with gofix
authorAndrew Balholm <andybalholm@gmail.com>
Sat, 9 Jul 2011 22:10:39 +0000 (15:10 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 9 Jul 2011 22:10:39 +0000 (15:10 -0700)
commitb053400e37a994b773694b6f428b54724168c8e1
treee2f2d2299e20aaf40467a5dd121c9a82052eacf5
parent3987b91213e6e0d2e0b87fe8c79d2b0fe4923909
http: update triv.go with gofix

Sample code in triv.go wouldn't compile because it didn't use the new
FileSystem interface.
This was discussed on golang-nuts on July 7.
https://groups.google.com/forum/#!topic/golang-nuts/NMhZk3Ft_Vc

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4684044
src/pkg/http/triv.go