mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-27 20:42:13 +03:00
10 lines
162 B
Go
10 lines
162 B
Go
//go:build !linux
|
|
|
|
package setup
|
|
|
|
import "github.com/quexten/goldwarden/agent/config"
|
|
|
|
func VerifySetup(runtimeConfig config.RuntimeConfig) bool {
|
|
return true
|
|
}
|