Skip to content

Commit 6bf111d

Browse files
committed
chore: make lint happy
1 parent 59beda3 commit 6bf111d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ package main
44
import (
55
"flag"
66
"fmt"
7-
"math/rand"
87
"os"
98
"strconv"
10-
"time"
119

1210
_ "github.com/FloatTech/ReiBot-Plugin/plugin/b14"
1311
_ "github.com/FloatTech/ReiBot-Plugin/plugin/base64gua"
@@ -36,8 +34,6 @@ import (
3634
)
3735

3836
func main() {
39-
rand.Seed(time.Now().UnixNano()) // 全局 seed,其他插件无需再 seed
40-
4137
token := flag.String("t", "", "telegram api token")
4238
buffer := flag.Int("b", 256, "message sequence length")
4339
debug := flag.Bool("d", false, "enable debug-level log output")

0 commit comments

Comments
 (0)