Skip to content

osal.ubuntu #

fn fix_mirrors #

fn fix_mirrors() !

// println(results) // $dbg; }

struct PerfResult #

struct PerfResult {
pub mut:
	url     string
	ping_ms int
	speed   f64
	error   string
}