func isTrue()

in config/config.go [467:470]


func isTrue(s string) bool {
	l := strings.ToLower(s)
	return l == "enabled" || l == "true"
}