Skip to content

Commit

Permalink
fix: the math/rand version was reverted accidentaly to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Jun 27, 2024
1 parent 45cf2c5 commit eaa9b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion item.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package hot

import (
"math"
"math/rand"
"math/rand/v2"
"time"

"github.com/DmitriyVTitov/size"
Expand Down

0 comments on commit eaa9b89

Please sign in to comment.