Skip to content

Commit

Permalink
fix: rand import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Aug 5, 2023
1 parent ead2a7a commit 9885944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frame_sorter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"bytes"
"fmt"
"math"
"math/rand"
"time"

"golang.org/x/exp/rand"

"github.com/quic-go/quic-go/internal/utils"
"github.com/quic-go/quic-go/internal/utils/tree"

Expand Down

0 comments on commit 9885944

Please sign in to comment.