From a31eeef7fff2a08306c622b8d16f1697b86eb249 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Mon, 7 Jul 2014 17:10:33 -0700 Subject: [PATCH] undo CL 101670044 / 49a6cbd80cf2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/pkg/net/rpc/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ` -- 2.48.1