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/subDownloadServer.go
2021-02-03 11:38:54 +08:00

8 lines
73 B
Go

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