package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ColorReset = "\033[0m"
ColorRed = "\033[31m"
ColorGreen = "\033[32m"
ColorBlue = "\033[34m"
ColorYellow = "\033[33m"
ColorWhite = "\033[37m"
)
func Error(msg string, args ...interface{})
func Good(msg string, args ...interface{})
func Info(msg string, args ...interface{})
func Wait(msg string, args ...interface{})
func Warn(msg string, args ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.