Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CIndex = color.New(color.FgHiCyan) CSymbol = color.New(color.FgHiMagenta) CTitle = color.New(color.FgHiGreen).Add(color.Bold) CReadTime = color.New(color.FgHiMagenta) CURL = color.New(color.FgHiYellow) CError = color.New(color.FgHiRed) CExcerpt = color.New(color.FgHiWhite) CTag = color.New(color.FgHiBlue) CIndexSprint = CIndex.SprintFunc() CSymbolSprint = CSymbol.SprintFunc() CTitleSprint = CTitle.SprintFunc() CReadTimeSprint = CReadTime.SprintFunc() CURLSprint = CURL.SprintFunc() CErrorSprint = CError.SprintFunc() CExcerptSprint = CExcerpt.SprintFunc() CTagSprint = CTag.SprintFunc() )
Functions ¶
func CheckError ¶
func CheckError(err error)
func ClearUTMParams ¶
func ParseIndexList ¶
parseIndexList converts a list of indices to their integer values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.