commit | 9b13668bbb4e88af573b9d085150825d56c9f773 | [log] [tgz] |
---|---|---|
author | Hasnain Lakhani <m.hasnain.lakhani@gmail.com> | Mon Aug 25 11:54:23 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 25 11:54:23 2025 -0700 |
tree | 8f970b125a78d71286abd6e5d66bb32a697aaefd | |
parent | 37f4e0d946124620cc56954320356662919e6943 [diff] [blame] |
THRIFT-5855: go fuzzers Add fuzzers for go support, to improve the reliability/robustness of the implementation
diff --git a/lib/go/test/fuzz/fuzz_test.go b/lib/go/test/fuzz/fuzz_test.go index 2983e0f..73eb072 100644 --- a/lib/go/test/fuzz/fuzz_test.go +++ b/lib/go/test/fuzz/fuzz_test.go
@@ -26,5 +26,5 @@ ) func TestFuzz(t *testing.T) { - Fuzz([]byte{1, 2, 3}) + FuzzTutorial([]byte{1, 2, 3}) }