learning_go/pkg/mod/gopkg.in/dixonwille/wlog.v2@v2.0.0/symbols.go
a.pivkin 59666d0dd6 wer
2025-09-06 13:02:52 +03: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"
)