7 lines
80 B
Go
Raw Normal View History

2025-01-29 23:20:44 +01:00
package client
type Client struct {
2025-02-03 21:17:49 +01:00
ServerAddress string
ServerPort int
2025-01-29 23:20:44 +01:00
}