Skip to content

Instantly share code, notes, and snippets.

@shankarnakai
Last active December 13, 2016 12:01
Show Gist options
  • Save shankarnakai/85d7e8742bf1b22f86a56ae426f6955c to your computer and use it in GitHub Desktop.
Save shankarnakai/85d7e8742bf1b22f86a56ae426f6955c to your computer and use it in GitHub Desktop.
Go teste com cores
grc.conf
# Go
\bgo.* test\b
conf.gotest
conf.gotest
# this is probably a pathname
regexp=[^\s]+\.go(:\d+)?
colours=yellow bold
-
regexp==== RUN .*
colour=on_blue
-
regexp=--- PASS: .*
colour=bold green
-
regexp=PASS
colour=bold green
-
regexp=^(ok|\?) .*
colour=bold green
-
regexp=--- FAIL: .*
colour=bold red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment