1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

perf(api): use math/rand/v2

This commit is contained in:
jvoisin 2025-06-18 16:06:21 +02:00
parent 419438f607
commit 981d361cf6

View file

@ -8,7 +8,7 @@ import (
"errors"
"fmt"
"io"
"math/rand"
"math/rand/v2"
"os"
"strings"
"testing"