This repository has been archived on 2022-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmclapi/subRequestServer.go
2021-02-03 11:38:54 +08:00

8 lines
72 B
Go

package main
//subRequestServer for GMCL API.
import (
"net"
"log"
)