fips/notfips.go (7 lines of code) (raw):

//go:build !fips package fips func Check() bool { return false } func Enabled() bool { return false }