package peer import "testing" func TestPortRange(t *testing.T) { r := PortRange() t.Log(r) }