diff options
| author | Ian Lance Taylor <iant@golang.org> | 2025-01-27 20:41:55 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-01-28 10:44:40 -0800 |
| commit | 4ebd5bf85594f97ae8ea1aa8f08125f41a110b87 (patch) | |
| tree | 0199859dee9ad177ff9e506364f7497b4b2fb5e1 /src/internal | |
| parent | f8937cb6255970de3f0c8cbccc5253ae81249c47 (diff) | |
| download | go-4ebd5bf85594f97ae8ea1aa8f08125f41a110b87.tar.xz | |
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>
Diffstat (limited to 'src/internal')
| -rw-r--r-- | src/internal/goexperiment/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/goexperiment/flags.go b/src/internal/goexperiment/flags.go index 31b3d0315b..948ed5c802 100644 --- a/src/internal/goexperiment/flags.go +++ b/src/internal/goexperiment/flags.go @@ -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 { |
