mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
perf(api): use math/rand/v2
This commit is contained in:
parent
50dff576b0
commit
1af6df7cb9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"math/rand"
|
||||
"math/rand/v2"
|
||||
"os"
|
||||
"strings"
|
||||
"testing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue