Skip to content

Commit

Permalink
just use inverse of the arc4random build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Dec 17, 2024
1 parent cea9ed1 commit 0616e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/rand/prng.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

//go:build !openbsd || (openbsd && !go1.24)
//go:build !(openbsd && go1.24)

package rand

Expand Down

0 comments on commit 0616e9c

Please sign in to comment.