Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 15:19:57 +08:00
parent b461aa249b
commit a1ff129c0f

View File

@ -8,16 +8,6 @@ import (
"time"
)
package main
import (
"flag"
"fmt"
"math/rand"
"os"
"time"
)
func main() {
// Initialize the random seed
rand.Seed(time.Now().UnixNano())