Skip to content

Commit

Permalink
update rand import
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jun 4, 2024
1 parent 88d3de4 commit 9626861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/streamlog/streamlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package streamlog
import (
"fmt"
"io"
rand "math/rand/v2"
rand "math/rand"
"net/http"
"net/url"
"os"
Expand Down

0 comments on commit 9626861

Please sign in to comment.