Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Color = []string{
"\u001b[31;1m",
"\u001b[32;1m",
"\u001b[33;1m",
"\u001b[34;1m",
"\u001b[35;1m",
"\u001b[36;1m",
"\u001b[37;1m",
}
Color base 8color Black: \u001b[30m Red: \u001b[31m Green: \u001b[32m Yellow: \u001b[33m Blue: \u001b[34m Magenta: \u001b[35m Cyan: \u001b[36m White: \u001b[37m Reset: \u001b[0m
Functions ¶
func Check ¶ added in v0.0.4
func Check(err error)
Check : return the error message if the err is not nil
func FileExists ¶ added in v0.1.4
func OpenBrowser ¶ added in v0.0.8
OpenBrowser open the url in web browser
func RandomColor ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.