pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.61k stars 462 forks source link

Use Go Modules #389

Closed pseudomuto closed 5 years ago

pseudomuto commented 5 years ago

Converting from dep to go modules. This involved generating the mod/sum files via go mod init and handling some third party proto files for making the examples.

@htdvisser mind taking a quick look as a sanity check?