Procházet zdrojové kódy

perf(api): use math/rand/v2

jvoisin před 11 měsíci
rodič
revize
1af6df7cb9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      internal/api/api_integration_test.go

+ 1 - 1
internal/api/api_integration_test.go

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