commit | 5dfa3b7056d4abdb26b76c43d012ebe151e8a33c | [log] [tgz] |
---|---|---|
author | Disconnect3d <dominik.b.czarnota@gmail.com> | Tue Oct 18 18:10:03 2022 |
committer | GitHub <noreply@github.com> | Tue Oct 18 18:10:03 2022 |
tree | 36d2e9755c41b28f788f792639f5250ca54251ea | |
parent | ea42da0d2a305939302870bc797428e836ef138a [diff] |
Update README.md (#54)
diff --git a/README.md b/README.md index 4b442ff..5d280e9 100644 --- a/README.md +++ b/README.md
@@ -67,6 +67,8 @@ See more examples in ```example_test.go```. +## dvyukov/go-fuzz integration + You can use this library for easier [go-fuzz](https://github.com/dvyukov/go-fuzz)ing. go-fuzz provides the user a byte-slice, which should be converted to different inputs for the tested function. This library can help convert the byte slice. Consider for