go-chat/cmd/server/main.go
2021-04-22 14:12:35 +08:00

8 lines
74 B
Go

package main
import "chat/lib"
func main() {
lib.NewServer().Start()
}