golang / protobuf

Go support for Google's protocol buffers
BSD 3-Clause "New" or "Revised" License
9.66k stars 1.58k forks source link

Is this function implemented? #1480

Closed Super-zhw closed 1 year ago

Super-zhw commented 1 year ago

Hello, it has been 4 years, has this #681 function been implemented?

puellanivis commented 1 year ago

The issue linked to was closed as “will not implement”. There is no particular reason why anyone should need to be able to compile multiple proto files into one pb.go file. Go allows for multiple files to exist in one package, and so one should just generate the several pb.go files to the same package. Done.

Super-zhw commented 1 year ago

thanks