diff --git a/helpers/helpers.go b/helpers/helpers.go index 6d96152..0367dee 100644 --- a/helpers/helpers.go +++ b/helpers/helpers.go @@ -176,7 +176,7 @@ func getStore(s string) interface{} { return v } - panic(fmt.Sprintf("No key named '%s' found", s)) + return false } func InitPathMap(file *descriptor.FileDescriptorProto) {