增加ip2region库管理

This commit is contained in:
刘祥超
2020-11-04 15:51:38 +08:00
parent e02f8cc394
commit cce2efdf69
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;
}