1
0
mirror of https://github.com/golang/go synced 2024-11-19 16:34:49 -07:00

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
This commit is contained in:
Josh Bleecher Snyder 2014-07-07 16:57:07 -07:00
parent 7b0ee53429
commit ccb99122b1

View File

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