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