From a1ff129c0ffab1cd100af6312e739d8cfbaa263b Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 15:19:57 +0800 Subject: [PATCH] Script Refactoring --- cmd/openim-no-port/main.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cmd/openim-no-port/main.go b/cmd/openim-no-port/main.go index 7c63c8839..349da1f02 100644 --- a/cmd/openim-no-port/main.go +++ b/cmd/openim-no-port/main.go @@ -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())