Files
barandaBot/vendor/gopkg.in/dixonwille/wlog.v2/symbols.go
2018-06-19 00:26:51 +02:00

13 lines
213 B
Go

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"
)