mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #457 from dvyukov/patch-2
Add go-fuzz to Testing section.
This commit is contained in:
commit
14f48813fb
@ -623,6 +623,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter
|
||||
|
||||
* Fuzzing and delta-debugging/reducing/shrinking
|
||||
* [go-fuzz](https://github.com/dvyukov/go-fuzz) - A randomized testing system
|
||||
* [gofuzz](https://github.com/google/gofuzz) - A library for populating go objects with random values
|
||||
* [gogenerate](https://github.com/arschles/gogenerate) - A Scalacheck-like library for Go
|
||||
* [Tavor](https://github.com/zimmski/tavor) - A generic fuzzing and delta-debugging framework
|
||||
|
Loading…
Reference in New Issue
Block a user