]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: support corpus file encoding/decoding
authorKatie Hockman <katie@golang.org>
Wed, 10 Feb 2021 18:05:59 +0000 (13:05 -0500)
committerKatie Hockman <katie@golang.org>
Wed, 17 Feb 2021 16:04:01 +0000 (16:04 +0000)
commit9cbf92c52bd7da4fb80c86dc0f17f00ca76fd038
tree12310ff76ca48ca397e844e9997e100ce7bdcdad
parent7743f60b5a01b5892edda7311484a2c2bc207ea2
[dev.fuzz] internal/fuzz: support corpus file encoding/decoding

Change-Id: Id245ce5f154557f1744210e7d7f061d08901c746
Reviewed-on: https://go-review.googlesource.com/c/go/+/290951
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/internal/fuzz/encoding.go [new file with mode: 0644]
src/internal/fuzz/encoding_test.go [new file with mode: 0644]