mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-22 03:40:55 +00:00
Rather than explicitly enumerating the set of symbols to import, just parse the imported file and extract every exported symbol. This is possibly a bit more code, but adapts much better to future expansion. Change-Id: I4429664f4c068a2a55949d46aefc19865b008a77 Reviewed-on: https://go-review.googlesource.com/c/155677 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>