top | item 25375506

(no title)

BTBurke | 5 years ago

I use something similar for snapshot testing in Go. It's been really useful for regression testing for anything that can be serialized to []byte. I've used it for CLI output and testing image processing.

https://github.com/BTBurke/snapshot

discuss

order

No comments yet.