1 2 3 4 5 6
package server func (servers *Servers) RemoveCustomServer(url string) { servers.CustomServers.Remove(url) }