ansicolor
ansicolor copied to clipboard
Ansicolor library provides color console in Windows as ANSICON for Golang.
I got the following panic from within this library: ``` panic: runtime error: slice bounds out of range goroutine 21983 [running]: myApp/vendor/github.com/shiena/ansicolor.(*ansiColorWriter).Write(0xc0421c2000, 0xc04f2485b0, 0xc1, 0xd0, 0xd0, 0x0, 0x0) myApp/vendor/github.com/shiena/ansicolor/ansicolor_windows.go:384 +0x52b...
When setting the terminal color, ansicolor uses the file handle `syscall.Stdout` for the windows system calls. In my use case, this is not sufficient. I am compiling my go application...
Release?
Any chance you could take a [SemVer](http://semver.org) based release for those of us who use versions? Something like `1.0.0` or `v1.0.0`.