MCPcopy Index your code
hub / github.com/unrolled/render / Text

Struct Text

engine.go:62–64  ·  view source on GitHub ↗

Text built-in renderer.

Source from the content-addressed store, hash-verified

60
61// Text built-in renderer.
62type Text struct {
63 Head
64}
65
66// XML built-in renderer.
67type XML struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected