types.go 80 B

123456
  1. package client
  2. type Client struct {
  3. serverAddress string
  4. serverPort int
  5. }