Skip to content

Commit

Permalink
fixed: stop using rand.Seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Feb 17, 2023
1 parent 881ab79 commit 61fc46f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions maniphttp/manipulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ const (
minContextTimeout = 20 * time.Second
)

func init() {
rand.Seed(time.Now().UnixNano())
}

type httpManipulator struct {
username string
password string
Expand Down

0 comments on commit 61fc46f

Please sign in to comment.