fix: using standalone && auto tag set && fielaligment (#103)
This commit is contained in:
11
example/align_test.proto
Normal file
11
example/align_test.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package example;
|
||||
|
||||
option go_package = "go.unistack.org/protoc-gen-go-micro/v4/example;examplepb";
|
||||
|
||||
message PaddingWaste {
|
||||
bool flag_a = 1;
|
||||
int64 value = 2;
|
||||
bool flag_b = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user