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:
parent
7b0ee53429
commit
ccb99122b1
@ -11,9 +11,9 @@ package rpc
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"html/template"
|
||||
"net/http"
|
||||
"sort"
|
||||
"text/template"
|
||||
)
|
||||
|
||||
const debugText = `<html>
|
||||
|
Loading…
Reference in New Issue
Block a user