Initial Commit (Read: Dirty AF)
This commit is contained in:
6
client/types.go
Normal file
6
client/types.go
Normal file
@ -0,0 +1,6 @@
|
||||
package client
|
||||
|
||||
type Client struct {
|
||||
serverAddress string
|
||||
serverPort int
|
||||
}
|
Reference in New Issue
Block a user