From: Josh Bleecher Snyder Date: Tue, 8 Jul 2014 00:10:33 +0000 (-0700) Subject: undo CL 101670044 / 49a6cbd80cf2 X-Git-Tag: go1.4beta1~1157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a31eeef7fff2a08306c622b8d16f1697b86eb249;p=gostls13.git undo CL 101670044 / 49a6cbd80cf2 Broke build; missing deps_test change. Will re-send the original with the appropriate fix. ««« original CL description net/rpc: use html/template to render html Found using the vet check in CL 106370045. LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/101670044 »»» TBR=r CC=golang-codereviews https://golang.org/cl/110880044 --- diff --git a/src/pkg/net/rpc/debug.go b/src/pkg/net/rpc/debug.go index 98b2c1c6c4..926466d625 100644 --- a/src/pkg/net/rpc/debug.go +++ b/src/pkg/net/rpc/debug.go @@ -11,9 +11,9 @@ package rpc import ( "fmt" - "html/template" "net/http" "sort" + "text/template" ) const debugText = `