Commands like go run, go build and go test amoung others should have 
coloured output when an error occurs. it would make reading stack traces a 
lot easier. I personally use the go run tool a lot during development 
because I have no reason to keep a binary in the $GOPATH/bin directory when 
it's likely to change in the next 5 minutes.

github.com/fatih/color & github.com/kortschak/ct are os agnostic (Unix & 
Windows,) packages for ANSI escape codes.
It would make sense to do this with a flag -c or -color and anyone who 
wanted it perminantly could alias it.
I'm relatively new to the community so I wanted to post it here before 
creating an issue on github. Are there any issues with doing this?

Thanks, Zac

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to