package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Feb 26, 2024
License: MIT
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 (
ColorRed = "\033[91m"
ColorGreen = "\033[92m"
ColorYellow = "\033[93m"
ColorBlue = "\033[94m"
ColorReset = "\033[0m"
)
func Log(a ...interface{})
LogError logs an error message
func LogSuccess(message string)
LogSuccess logs a success message
func LogWarning(message string)
LogWarning logs a warning message
func Print(a ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.