Implement imports, simplified default value handling
This commit is contained in:
9
betterproto/tests/ref.proto
Normal file
9
betterproto/tests/ref.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package ref;
|
||||
|
||||
import "repeatedmessage.proto";
|
||||
|
||||
message Test {
|
||||
repeatedmessage.Sub greeting = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user