Skip to content

Commit 0effb5f

Browse files
author
TeleGhost Dev
committed
fix(linter): use crypto/rand instead of math/rand in reseed.go
1 parent 8db14ad commit 0effb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/appcore/reseed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package appcore
22

33
import (
44
"archive/zip"
5+
"crypto/rand"
56
"encoding/binary"
67
"fmt"
78
"io"
89
"log"
9-
"math/rand"
1010
"os"
1111
"path/filepath"
1212
"strings"

0 commit comments

Comments
 (0)