First update for design
This commit is contained in:
parent
12fd93deb1
commit
db4d361afe
8
mainServer.go
Normal file
8
mainServer.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
//mainServer for GMCL API.
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net"
|
||||||
|
"log"
|
||||||
|
)
|
8
subDownloadServer.go
Normal file
8
subDownloadServer.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
//subDownloadServer for GMCL API.
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net"
|
||||||
|
"log"
|
||||||
|
)
|
8
subRequestServer.go
Normal file
8
subRequestServer.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
//subRequestServer for GMCL API.
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net"
|
||||||
|
"log"
|
||||||
|
)
|
Reference in New Issue
Block a user