[PD1] Generic networking server and client implemented
This commit is contained in:
parent
8553e1674e
commit
278b8e1a73
4 changed files with 114 additions and 38 deletions
|
@ -5,5 +5,5 @@ import (
|
|||
)
|
||||
|
||||
func main(){
|
||||
server.Run()
|
||||
server.Run(8080)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue