diff --git a/fuzz/README.md b/fuzz/README.md index e9ac7e8d559d..2f3167aa5b67 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -8,10 +8,7 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz- ## Preparing -<<<<<<< HEAD Create own go package under `fuzz` directory, which contains the function that you want to fuzz. See `fuzz/types/parsecoin` -======= -Create own go package under `fuzz` directory, which contains the function that you want to fuzz. See `fuzz/types/ParseCoin` for example, which has example for how to generating corpus and directory structure. ## Running @@ -25,8 +22,11 @@ $ go-fuzz ## oss-fuzz build status https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk -======= $ cd types/ParseCoin $ go-fuzz-build $ go-fuzz ``` + +## oss-fuzz build status + +https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk