Documentation
¶
Index ¶
- Variables
- func Exists(path string) bool
- func ReadFile(filepath string) []byte
- func ReadInfoYaml(filepath string, m map[string][]string)
- func ReadYaml(filepath string, m map[string]map[string][]string)
- func TerminalColor(text, color string) string
- func TerminalLink(url, text, color string) string
- func WriteFile(filepath string, data []byte)
- func WriteYaml(filepath string, m interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Blue = "\u001b[38;5;45m" Grey = "\u001b[38;5;252m" Red = "\u001b[38;5;42m" White = "\u001b[38;5;255m" Background = "\u001b[48;5;239m" Reset = "\u001b[0m" Reverse = "\u001b[7m" )
These are messed up, something is something else
Functions ¶
func ReadInfoYaml ¶
func TerminalColor ¶
func TerminalLink ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.