DEBSOURCES
Skip Quicknav
sources / golang-gitlab-gitlab-org-labkit / 1.17.0-4 / fips / notfips.go
123456789101112
//go:build !fips // +build !fips package fips func Check() bool { return false } func Enabled() bool { return false }