go_study/bilibili/aceld/IM-System/main.go

7 lines
86 B
Go

package main
func main() {
server := NewServer("127.0.0.1", 8888)
server.Start()
}