little changes

This commit is contained in:
MDK
2023-06-26 16:12:05 +08:00
parent 1a81d29eae
commit 0671552aad

View File

@@ -2,11 +2,11 @@ package main
import ( import (
"fmt" "fmt"
"math/rand"
"net" "net"
"strconv" "strconv"
"strings" "strings"
"time" "time"
"math/rand"
"github.com/miekg/dns" "github.com/miekg/dns"
) )