Documentation
¶
Index ¶
Constants ¶
View Source
const ( Black = "\033[1;30m%s\033[0m" Red = "\033[1;31m%s\033[0m" Green = "\033[1;32m%s\033[0m" Yellow = "\033[1;33m%s\033[0m" Blue = "\033[1;34m%s\033[0m" Magenta = "\033[1;35m%s\033[0m" Cyan = "\033[1;36m%s\033[0m" White = "\033[1;37m%s\033[0m" )
Variables ¶
This section is empty.
Functions ¶
func ReadJsonFile ¶
func SaveJsonFile ¶
func UniqueStringSlice ¶
Types ¶
type ByCreationTime ¶
func (ByCreationTime) Len ¶
func (fis ByCreationTime) Len() int
func (ByCreationTime) Less ¶
func (fis ByCreationTime) Less(i, j int) bool
func (ByCreationTime) Swap ¶
func (fis ByCreationTime) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.