1
0
Fork 0
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:
jvoisin 2025-06-18 16:06:21 +02:00 committed by Frédéric Guillot
parent 50dff576b0
commit 1af6df7cb9

View file

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