This commit is contained in:
aozhiwei 2023-08-11 14:52:07 +08:00
parent c23d0f7458
commit 8c6afdb5e2
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,6 @@
compile: compile:
@. /etc/profile @. /etc/profile
protoc --proto_path=proto --go_out=./mtb proto/mt.proto
protoc --proto_path=proto --go_out=./cs proto/cs_msgid.proto protoc --proto_path=proto --go_out=./cs proto/cs_msgid.proto
protoc --proto_path=proto --go_out=./cs proto/cs_proto.proto protoc --proto_path=proto --go_out=./cs proto/cs_proto.proto
protoc --proto_path=proto --go_out=./ss proto/ss_msgid.proto protoc --proto_path=proto --go_out=./ss proto/ss_msgid.proto

View File

@ -1,7 +0,0 @@
package mtb
import "fmt"
type Server struct {
Listen_port int
}