commit 4667cbdaf803d8198f37797bab26379117634673 parent 69532bf4c3f0241577b1dff205efde72939b7003 Author: n0tr1v <n0tr1v@protonmail.com> Date: Wed, 13 Dec 2023 15:24:35 -0500 fix Diffstat:
| M | pkg/utils/utils.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go @@ -601,7 +601,7 @@ func Shuffle1[T any](r *rand.Rand, s []T) { } type Ints interface { - int | int64 + int | int64 | uint64 } // Clamp ensure the value is within a range