Versions in this module Expand all Collapse all v0 v0.1.0 Jun 21, 2021 Changes in this version + var BoldGreen = color.New(color.FgHiGreen, color.Bold).SprintFunc() + var BoldRed = color.New(color.FgHiRed, color.Bold).SprintFunc() + var Green = color.New(color.FgHiGreen).SprintFunc() + func PrintServerError(errorOrMessage interface{}) + func PrintUIError(message string) + type ClientConfig struct + BgColor string + Count int + Duration int + FontColor string + FontSize int + func ReadConfig(path string) *ClientConfig