aozhiwei a6cca0a465 1
2023-08-10 11:01:59 +08:00

8 lines
67 B
Go

package mtb
import "fmt"
type Server struct {
Listen_port int
}