From: Ian Lance Taylor Date: Tue, 28 Jan 2025 04:41:55 +0000 (-0800) Subject: internal/goexperiment: update location of baseline experiment in comment X-Git-Tag: go1.24rc3~2^2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4ebd5bf855;p=gostls13.git 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Knyszek Auto-Submit: Ian Lance Taylor --- 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 {