MCPcopy Index your code
hub / github.com/gonum/plot / Plain

Struct Plain

text/plain.go:16–18  ·  view source on GitHub ↗

Plain is a text/plain handler.

Source from the content-addressed store, hash-verified

14
15// Plain is a text/plain handler.
16type Plain struct {
17 Fonts *font.Cache
18}
19
20var _ Handler = (*Plain)(nil)
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected