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