garabik/grc

add support for golang

luisdavim opened this issue · 2 comments

Something like this would colorise the output of grc go test -v ./..:

regexp==== RUN .*
colour=blue
-
regexp=--- PASS: .*
colour=green
-
regexp=^PASS$
colour=green
-
regexp=^(ok|\?) .*
colour=magenta
-
regexp=--- FAIL: .*
colour=red
-
regexp=[^\s]+\.go(:\d+)?
colour=cyan

This configuration is working fine for me so far :)

fixed in 023c88b