Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
JSON = Register("JSON", NewJSONPrettier())
)
View Source
var Registry = map[string]Prettier{}
Functions ¶
This section is empty.
Types ¶
type FallbackPrettier ¶
type FallbackPrettier struct{}
func NewFallbackPrettier ¶
func NewFallbackPrettier() *FallbackPrettier
type JSONPrettier ¶
type JSONPrettier struct{}
func NewJSONPrettier ¶
func NewJSONPrettier() *JSONPrettier
Click to show internal directories.
Click to hide internal directories.