]> Cypherpunks repositories - gostls13.git/commit
net/rpc: use html/template to render html
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 10 Jul 2014 02:33:45 +0000 (19:33 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 10 Jul 2014 02:33:45 +0000 (19:33 -0700)
commit76ce843afeb7af56fe32d6e4351799b2046f7cbb
tree36e1fafabda045875dae3ea8b1b4dd839b873e0d
parent475d266cec51b9dd3687a522cfe9aa33be1d8ff5
net/rpc: use html/template to render html

Found using the vet check in CL 106370045.

This is a second attempt at CL 101670044, which omitted the deps_test change.

This adds dependencies to net/rpc:

        encoding
        encoding/base64
        encoding/json
        html
        unicode/utf16

The obvious correctness and security warrants the additional dependencies.

LGTM=rsc
R=r, minux, rsc, adg
CC=golang-codereviews
https://golang.org/cl/110890043
src/pkg/go/build/deps_test.go
src/pkg/net/rpc/debug.go