yoheimuta / go-protoparser

Yet another Go package which parses a Protocol Buffer file (proto2+proto3)
MIT License
166 stars 20 forks source link

Add gomod file for easier contributions #42

Closed PaulSonOfLars closed 4 years ago

PaulSonOfLars commented 4 years ago

Using internal package paths makes it difficult to contribute without a gomod file, since the importpath does not resolve correctly. This adds the gomod file, to avoid this.

Also, /gitignore the .idea folder.