func()

in lib/update_servers.go [16:19]


func (s *Server) startUpdatingServerList() {
	glog.Infof("Starting to update server list...")
	go s.updateServersContinuous()
}