package client import ( "net" ) type Player struct { ID string IPs []net.IP Port int }