Categorygithub.com/alexcoder04/arrowprint
modulepackage
0.0.1
Repository: https://github.com/alexcoder04/arrowprint.git
Documentation: pkg.go.dev

# README

arrowprint

Use Arch Linux's makepkg-like output in your Go programs!

Windows support through mattn/go-colorable.

example screenshot

Code

arrowprint.InfoC("Starting program...")
arrowprint.Suc0("Initializing system")
arrowprint.Suc1("checking variables")
arrowprint.Warn1("some variables are not defined, this may lead to errors")
arrowprint.InfoC("Running...")
arrowprint.Err0("An error occured, shutting down")

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
level 0 print => message.
level 1 print -> message.
colon print :: Message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author