mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/goexperiment: run go generate for synctest
Updates #70954 Change-Id: If5f9c8b8b820b1cc4e41e76b50038c6155b575a8 Reviewed-on: https://go-review.googlesource.com/c/go/+/638355 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
This commit is contained in:
parent
9f6c80a76a
commit
eef35e3bd9
2 changed files with 16 additions and 0 deletions
8
src/internal/goexperiment/exp_synctest_off.go
Normal file
8
src/internal/goexperiment/exp_synctest_off.go
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
// Code generated by mkconsts.go. DO NOT EDIT.
|
||||||
|
|
||||||
|
//go:build !goexperiment.synctest
|
||||||
|
|
||||||
|
package goexperiment
|
||||||
|
|
||||||
|
const Synctest = false
|
||||||
|
const SynctestInt = 0
|
||||||
8
src/internal/goexperiment/exp_synctest_on.go
Normal file
8
src/internal/goexperiment/exp_synctest_on.go
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
// Code generated by mkconsts.go. DO NOT EDIT.
|
||||||
|
|
||||||
|
//go:build goexperiment.synctest
|
||||||
|
|
||||||
|
package goexperiment
|
||||||
|
|
||||||
|
const Synctest = true
|
||||||
|
const SynctestInt = 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue