]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goexperiment: update location of baseline experiment in comment
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Jan 2025 04:41:55 +0000 (20:41 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 28 Jan 2025 18:44:40 +0000 (10:44 -0800)
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>

src/internal/goexperiment/flags.go

index 31b3d0315b64f8e30f1e8d0ecca54852428ddb53..948ed5c802801cab0f577c98bf8e38c779b68bc6 100644 (file)
@@ -51,7 +51,7 @@ package goexperiment
 // tags, experiments use the strings.ToLower of their field name.
 //
 // For the baseline experimental configuration, see
-// objabi.experimentBaseline.
+// [internal/buildcfg.ParseGOEXPERIMENT].
 //
 // If you change this struct definition, run "go generate".
 type Flags struct {