blob: 78188fb810ca7931c4088979f95cf0fba3052182 (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.staticlockranking
// +build goexperiment.staticlockranking
package goexperiment
const StaticLockRanking = true
const StaticLockRankingInt = 1
|