type html/template.HTML
8 uses
html/template (current package)
content.go#L35: HTML string
content.go#L158: case HTML:
go.opencensus.io/zpages
templates.go#L108: func traceIDFormatter(r traceRow) template.HTML {
templates.go#L118: return template.HTML(fmt.Sprintf(`trace_id: %s span_id: %s parent_span_id: %s`, col, sc.TraceID, sc.SpanID, r.ParentSpanID))
templates.go#L120: return template.HTML(fmt.Sprintf(`trace_id: %s span_id: %s`, col, sc.TraceID, sc.SpanID))
golang.org/x/net/trace
histogram.go#L322: func (h *histogram) html() template.HTML {
histogram.go#L328: return template.HTML(buf.String())
trace.go#L195: Histogram template.HTML
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |