blob: 121b299b00b257d44ca06dedb56fed76435bfb18 (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.cacheprog
// +build goexperiment.cacheprog
package goexperiment
const CacheProg = true
const CacheProgInt = 1
|