//go:build gokrazy package configuration import "github.com/spf13/viper" func setDefaults() { viper.AddConfigPath("/perm") }