Documentation
¶
Overview ¶
Package display provides a means to display structured data.
Index ¶
- func ContainsRune(s []rune, e rune) bool
- func ContainsString(s []string, e string) bool
- func ContainsStringPartial(s []string, e string) bool
- func Display(name string, x interface{})
- func PrettyPrint(i interface{}) string
- func SetJson(parentObj *gabs.Container, childObj *gabs.Container, key string) *gabs.Container
- func UnicodeCategory(r rune) string
- type ParseError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsRune ¶
func ContainsString ¶
func ContainsStringPartial ¶
func PrettyPrint ¶
func PrettyPrint(i interface{}) string
func UnicodeCategory ¶
UnicodeCategory returns the Unicode Character Category of the given rune.
Types ¶
type ParseError ¶
func NewParseError ¶
func NewParseError(pos int, line int, msg string, args []string) *ParseError
func (ParseError) Error ¶
func (p ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.