Update to using math/rand/v2

This commit is contained in:
Kovid Goyal
2024-02-11 21:00:30 +05:30
parent 720618bc37
commit 16d36c46fe
3 changed files with 7 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ import (
"io"
"kitty"
"math"
not_rand "math/rand"
not_rand "math/rand/v2"
"os"
"path/filepath"
"strings"