阶段性提交

This commit is contained in:
刘祥超
2020-07-21 17:27:00 +08:00
commit f2384a3ae8
38 changed files with 2505 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
syntax = "proto3";
package log;
option go_package = "./log";
service Service {
}