mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #250 from zimmski/patch-2
Add section for fuzzing and delta-debugging/reducing/shrinking
This commit is contained in:
commit
9d3f0b2fd9
@ -467,6 +467,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter
|
||||
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database interactions
|
||||
|
||||
* Fuzzing and delta-debugging/reducing/shrinking
|
||||
* [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
|
||||
|
||||
## Text Processing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user