mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-07 05:57:34 +03:00
Currently, we have boolean and integral constants for GOEXPERIMENTs in various places. Consolidate these into automatically generated constants in the internal/goexperiment package. Change-Id: I42a49aba2a3b4c722fedea23a613162cd8a67bee Reviewed-on: https://go-review.googlesource.com/c/go/+/307818 Trust: Austin Clements <austin@google.com> Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
9 lines
216 B
Go
9 lines
216 B
Go
// Code generated by mkconsts.go. DO NOT EDIT.
|
|
|
|
//go:build goexperiment.staticlockranking
|
|
// +build goexperiment.staticlockranking
|
|
|
|
package goexperiment
|
|
|
|
const StaticLockRanking = true
|
|
const StaticLockRankingInt = 1
|