Client initial commit.
This commit is contained in:
8
server/client/client.go
Normal file
8
server/client/client.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
import "net"
|
||||
|
||||
type Client struct {
|
||||
Name string
|
||||
Connection net.Conn
|
||||
}
|
||||
Reference in New Issue
Block a user