mirror of
https://github.com/harshabose/socket-comm.git
synced 2025-10-05 23:56:54 +08:00
6 lines
54 B
Go
6 lines
54 B
Go
package config
|
|
|
|
type Config struct {
|
|
IsServer bool
|
|
}
|