blob: 789e88332dc3d49b310d6708d4a990da3229104a (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build !goexperiment.pagetrace
// +build !goexperiment.pagetrace
package goexperiment
const PageTrace = false
const PageTraceInt = 0
|