mirror of https://github.com/hashicorp/consul
8 lines
76 B
Go
8 lines
76 B
Go
|
//go:build !fips
|
||
|
|
||
|
package version
|
||
|
|
||
|
func GetFIPSInfo() string {
|
||
|
return ""
|
||
|
}
|