This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
miniflux_v2
espejo de
https://github.com/miniflux/v2.git
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
perf(api): use math/rand/v2
jvoisin
hace 11 meses
padre
50dff576b0
commit
1af6df7cb9
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
internal/api/api_integration_test.go
+ 1
- 1
internal/api/api_integration_test.go
Ver fichero
@@ -8,7 +8,7 @@ import (
"errors"
"fmt"
"io"
- "math/rand"
+ "math/rand
/v2
"
"os"
"strings"
"testing"