Documentation
¶
Index ¶
- Constants
- func PrintDone(format string, args ...interface{})
- func PrintError(format string, args ...interface{})
- func PrintFile(path string)
- func PrintHeader(title string)
- func PrintInfo(format string, args ...interface{})
- func PrintStep(emoji, format string, args ...interface{})
- func PrintSuccess(format string, args ...interface{})
- func PrintWarning(format string, args ...interface{})
- type Spinner
Constants ¶
View Source
const ( ColorReset = "\033[0m" ColorRed = "\033[31m" ColorGreen = "\033[32m" ColorYellow = "\033[33m" ColorBlue = "\033[34m" ColorPurple = "\033[35m" ColorCyan = "\033[36m" ColorGray = "\033[90m" ColorBold = "\033[1m" )
View Source
const ( EmojiCheck = "✅" EmojiCross = "❌" EmojiWarning = "⚠️" EmojiInfo = "ℹ️" EmojiRocket = "🚀" EmojiFolder = "📁" EmojiFile = "📝" EmojiZap = "⚡" EmojiSearch = "🔍" EmojiPackage = "📦" EmojiCopy = "📂" EmojiSparkle = "✨" EmojiGear = "⚙️" )
Variables ¶
This section is empty.
Functions ¶
func PrintError ¶
func PrintError(format string, args ...interface{})
func PrintHeader ¶
func PrintHeader(title string)
func PrintSuccess ¶
func PrintSuccess(format string, args ...interface{})
func PrintWarning ¶
func PrintWarning(format string, args ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.