To install the package, run:
go get github.com/go-zoox/chalkimport (
"testing"
"github.com/go-zoox/chalk"
)
func main() {
fmt.Println(chalk.Red("Hello, World!"))
}- chalk/chalk - 🖍 Terminal string styling done right
- ttacon/chalk - Intuitive package for prettifying terminal/console output
GoZoox is released under the MIT License.