I tried to use it in my project. The code is like: ```go log.Println(Cyan("Broken Pantsu"), Bold(VERSION)) ``` but when I run it on my Windows cmd shell it prints: ``` 00:39:45.419785 main.go:85: ←[36mBroken Pantsu←[0m ←[1mtest-build←[0m ``` GOARCH=amd64 GOOS=windows