First update for design

This commit is contained in:
Bigsk 2021-02-03 11:38:54 +08:00
parent 12fd93deb1
commit db4d361afe
3 changed files with 24 additions and 0 deletions

8
mainServer.go Normal file
View File

@ -0,0 +1,8 @@
package main
//mainServer for GMCL API.
import (
"net"
"log"
)

8
subDownloadServer.go Normal file
View File

@ -0,0 +1,8 @@
package main
//subDownloadServer for GMCL API.
import (
"net"
"log"
)

8
subRequestServer.go Normal file
View File

@ -0,0 +1,8 @@
package main
//subRequestServer for GMCL API.
import (
"net"
"log"
)