1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:04:45 -07:00

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
This commit is contained in:
Josh Bleecher Snyder 2014-07-07 17:10:33 -07:00
parent ccb99122b1
commit a31eeef7ff

View File

@ -11,9 +11,9 @@ package rpc
import (
"fmt"
"html/template"
"net/http"
"sort"
"text/template"
)
const debugText = `<html>