mirror of
https://github.com/quexten/goldwarden.git
synced 2025-02-02 21:16:47 +01:00
10 lines
166 B
Go
10 lines
166 B
Go
//go:build !linux
|
|
|
|
package setup
|
|
|
|
import "github.com/quexten/goldwarden/cli/agent/config"
|
|
|
|
func VerifySetup(runtimeConfig config.RuntimeConfig) bool {
|
|
return true
|
|
}
|