Avoid using 'import public' and 'import weak' in Protobuf as these features can introduce unwanted complexity and obscure file dependencies. While 'import public' was intended to simplify package structures, it is tailored for C++ and can cause compatibility issues in other languages like Go. 'Import weak' allows for optional

5m read timeFrom mcyoung.xyz
Post cover image
Table of contents
Import VisibilityWeak Imports

Sort: