package main import ( "blazing/common/socket" ) func main() { //fmt.Println(tt) socket.NewServer(socket.WithPort("9999")).Start() }