]> Cypherpunks repositories - gostls13.git/commitdiff
undo CL 101670044 / 49a6cbd80cf2
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 8 Jul 2014 00:10:33 +0000 (17:10 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 8 Jul 2014 00:10:33 +0000 (17:10 -0700)
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

index 98b2c1c6c4aba0a50bc0c60bf2bf78eed4a9ea0a..926466d62551f551bda67f736ca90e2ab36dd7f4 100644 (file)
@@ -11,9 +11,9 @@ package rpc
 
 import (
        "fmt"
-       "html/template"
        "net/http"
        "sort"
+       "text/template"
 )
 
 const debugText = `<html>