]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] cmd/go/internal/cfg: enable "gofuzzbeta" tag by default
authorJay Conrod <jayconrod@google.com>
Tue, 11 May 2021 22:05:43 +0000 (18:05 -0400)
committerJay Conrod <jayconrod@google.com>
Wed, 19 May 2021 18:17:13 +0000 (18:17 +0000)
commit3b40183806a30e44076dd052f25bf0ed247c45f2
treeef5571f43a5bed37fc4929371ad2aa5c7251b02e
parentbb53bd49571e08909ab6274255ddddd6c6ffe041
[dev.fuzz] cmd/go/internal/cfg: enable "gofuzzbeta" tag by default

This lets users check in fuzz targets for use with this branch without
breaking the build for developers using a regular version of Go.

Before we merge this branch to master, this CL should be reverted. At
that point, users should change the tag to go1.18 (or whichever
version we land on).

Change-Id: I0e21a21e415e4fb7c599abe11e61de754c74a3d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/319872
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/cmd/go/internal/cfg/cfg.go
src/cmd/go/testdata/script/test_fuzz_tag.txt [new file with mode: 0644]