Error handling. Vendoring
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
12
vendor/gopkg.in/dixonwille/wlog.v2/symbols.go
generated
vendored
Normal file
12
vendor/gopkg.in/dixonwille/wlog.v2/symbols.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package wlog
|
||||
|
||||
const (
|
||||
//These symbols should not be used on windows.
|
||||
//Use runtime.GOOS to check the OS before using.
|
||||
|
||||
//Check displays a checkmark
|
||||
Check = "\u2713"
|
||||
|
||||
//Cross displays an x
|
||||
Cross = "\u2717"
|
||||
)
|
Reference in New Issue
Block a user