mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
a46ac4be07
* separate fips gossip * clean up
12 lines
114 B
Go
12 lines
114 B
Go
//go:build !fips
|
|
|
|
package version
|
|
|
|
func IsFIPS() bool {
|
|
return false
|
|
}
|
|
|
|
func GetFIPSInfo() string {
|
|
return ""
|
|
}
|