1
This commit is contained in:
BIN
logic/logic
Normal file
BIN
logic/logic
Normal file
Binary file not shown.
7
logic/main.go
Normal file
7
logic/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "blazing/common/socket"
|
||||
|
||||
func main() {
|
||||
socket.NewServer(socket.WithPort("9999")).Start()
|
||||
}
|
||||
Reference in New Issue
Block a user