gin icon indicating copy to clipboard operation
gin copied to clipboard

Support for ColorGo

Open kokizzu opened this issue 10 years ago • 2 comments

I'm using colorgo for coloring the compile output, it would be nice if gin support it too, for example with a certain flag -g or --go-command, for example:

gin -g /home/asd/Dropbox/go/bin/colorgo -i -b /tmp/test-build

kokizzu avatar Feb 12 '15 02:02 kokizzu

Seems to be the same issue when using something like fatih/color to color log output. :rainbow:

ianwalter avatar Sep 04 '15 04:09 ianwalter

@ianwalter @kokizzu Look at my solotion https://github.com/zh-h/gin/commit/a621f6e0ed0a3c0d87a37323a6ecb02f97cd5c56

zh-h avatar Feb 27 '18 16:02 zh-h