Skip to content

Commit 4ebd5bf

Browse files
ianlancetaylorgopherbot
authored andcommitted
internal/goexperiment: update location of baseline experiment in comment
It moved in CL 310731. Change-Id: I97340848b55e327d3b25949ec3850aec33448bbe Reviewed-on: https://go-review.googlesource.com/c/go/+/644955 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org>
1 parent f8937cb commit 4ebd5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/goexperiment/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ package goexperiment
5151
// tags, experiments use the strings.ToLower of their field name.
5252
//
5353
// For the baseline experimental configuration, see
54-
// objabi.experimentBaseline.
54+
// [internal/buildcfg.ParseGOEXPERIMENT].
5555
//
5656
// If you change this struct definition, run "go generate".
5757
type Flags struct {

0 commit comments

Comments
 (0)