summaryrefslogtreecommitdiff
path: root/protoParse.go
diff options
context:
space:
mode:
Diffstat (limited to 'protoParse.go')
-rw-r--r--protoParse.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/protoParse.go b/protoParse.go
index c039028..9efe2fd 100644
--- a/protoParse.go
+++ b/protoParse.go
@@ -66,9 +66,10 @@ func (pb *Files) hasPluralMessage(f *File) error {
func (pb *Files) protoParse(pf *File) error {
// does the file conform to the standard? (also reads in UUID & Version)
- if err := pb.hasPluralMessage(pf); err != nil {
- return err
- }
+ // if err := pb.hasPluralMessage(pf); err != nil {
+ // return err
+ // }
+ // os.Exit(0)
uuid, version, err := fhelp.ValidProtobuf(pf.Filename)
if err != nil {