mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-03 21:11:10 +02:00
8 lines
84 B
Go
8 lines
84 B
Go
// +build !vault
|
|
|
|
package meta
|
|
|
|
func AdditionalOptionsUsage() string {
|
|
return ""
|
|
}
|