Documentation
¶
Index ¶
- func CompressString(s string) (string, error)
- func DecompressString(s string) (string, error)
- func GetOptionalEnv(key, fallback string) string
- func GetRequiredEnv(key string) string
- func IsHexColor(str string) bool
- func MarkdownImplicitFigures(input []byte) []byte
- func MarkdownToHTML(input []byte) []byte
- func MarkdownToText(s string) string
- func NewBool(value bool) *bool
- func RemoveEmptyStrings(strs []string) []string
- func RemoveQuotes(s string) string
- func ReplaceWithPadding(match, replace string) string
- func Split(s string, f func(rune) bool) []string
- func StringToInterface(strs []string) []interface{}
- func Trace(message string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressString ¶
func DecompressString ¶
func GetOptionalEnv ¶
func GetRequiredEnv ¶
func IsHexColor ¶
func MarkdownImplicitFigures ¶
func MarkdownToHTML ¶
func MarkdownToText ¶
func RemoveEmptyStrings ¶
func RemoveQuotes ¶
func ReplaceWithPadding ¶
func StringToInterface ¶
func StringToInterface(strs []string) []interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.