Skip to content

Commit

Permalink
remove rand.Seed flagged by golint
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-srhodes committed Oct 9, 2023
1 parent ea58a1c commit 007af9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proxy/server/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,3 @@ func (u *unconnectedClientStream) SendMsg(interface{}) error {
func (u *unconnectedClientStream) RecvMsg(interface{}) error {
return fmt.Errorf("%w: RecvMsg", errUnconnectedClient)
}

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

0 comments on commit 007af9f

Please sign in to comment.