mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.typeparams] internal/goexperiment: regenerate generated files
Rerun the generator. exp_regabi_{on,off}.go are gone, as "regabi"
itself is not a goexperiment that we test at run time (the
sub-experiments are).
Change-Id: Ic1f31b4ef2769a143f768e1b3dc7221041aafca9
Reviewed-on: https://go-review.googlesource.com/c/go/+/325912
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
0c40cb4a07
commit
e58bddde70
2 changed files with 0 additions and 18 deletions
|
|
@ -1,9 +0,0 @@
|
|||
// Code generated by mkconsts.go. DO NOT EDIT.
|
||||
|
||||
//go:build !goexperiment.regabi
|
||||
// +build !goexperiment.regabi
|
||||
|
||||
package goexperiment
|
||||
|
||||
const Regabi = false
|
||||
const RegabiInt = 0
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
// Code generated by mkconsts.go. DO NOT EDIT.
|
||||
|
||||
//go:build goexperiment.regabi
|
||||
// +build goexperiment.regabi
|
||||
|
||||
package goexperiment
|
||||
|
||||
const Regabi = true
|
||||
const RegabiInt = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue