Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ff_go_find_license.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3c63b2c90c917a79161f74ef1d710245bf198d3 (plain)
1
2
3
4
5
6
7
8
9
package featureflag

// GoFindLicense enables Go implementation of FindLicense
var GoFindLicense = NewFeatureFlag(
	"go_find_license",
	"v14.3.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/3759",
	false,
)