diff --git a/src/pkg/rpc/debug.go b/src/pkg/rpc/debug.go index 32dc8a18ba2..e0602e676f2 100644 --- a/src/pkg/rpc/debug.go +++ b/src/pkg/rpc/debug.go @@ -10,33 +10,33 @@ package rpc */ import ( + "exp/template" "fmt" "http" "sort" - "template" ) const debugText = `
| Method | Calls | - {.repeated section Method} + {{range .Method}}||
|---|---|---|---|
| {Name}({Type.ArgType}, {Type.ReplyType}) os.Error | -{Type.NumCalls} | +{{.Name}}({{.Type.ArgType}}, {{.Type.ReplyType}}) os.Error | +{{.Type.NumCalls}} |