增加ip2region库管理

This commit is contained in:
GoEdgeLab
2020-11-04 15:51:38 +08:00
parent c987602235
commit 8ea33f7390
13 changed files with 2747 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message FileChunk {
bytes data = 1;
}