Skip to content

Commit

Permalink
NOTICE (what I think about this)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 authored Feb 28, 2023
1 parent f0029df commit e71ec27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Rich-Go will enrich `go test` outputs with text decorations

[![asciicast](https://asciinema.org/a/99810.png)](https://asciinema.org/a/99810)

# NOTICE (what I think about `richgo`)

For some years, I've not been using `richgo`.
Now I don't feel much effect that a little bit of tweaking to the appearance of the test output.
And It is poor method that `richgo` parses and adjusting the standard output of `go test`.
So now I recommend you that you do NOT use `richgo`, get use to pure `go test`, train an ability to find the error from the output and contribute to improve official `go test` if you needed.
Some may think that I have too much faith in pure Go, but this is my honest feeling.


# Installation

(go get):
Expand Down

0 comments on commit e71ec27

Please sign in to comment.