refactor goctl-compare (#4290)

This commit is contained in:
kesonan
2024-08-03 12:26:24 +08:00
committed by GitHub
parent 8689a6247e
commit c6348b9855
13 changed files with 332 additions and 658 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
package common;
option go_package="./common";
message User {
string name = 1;
}