Commit a31eeef7 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

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
parent ccb99122
...@@ -11,9 +11,9 @@ package rpc ...@@ -11,9 +11,9 @@ package rpc
import ( import (
"fmt" "fmt"
"html/template"
"net/http" "net/http"
"sort" "sort"
"text/template"
) )
const debugText = `<html> const debugText = `<html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment