Uriel %!s(int64=13) %!d(string=hai) anos
pai
achega
d9158ed7ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      picker.go

+ 1 - 1
picker.go

@@ -9,7 +9,7 @@ func (label *Label) Picker(qtype uint16, max int) Records {
 
 	if qtype == dns.TypeANY {
 		result := make([]Record, 0)
-		for rtype, _ := range label.Records {
+		for rtype := range label.Records {
 
 			rtype_records := label.Picker(rtype, max)