diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-07-28 01:18:12 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-28 01:18:12 +0000 |
commit | a41384306d0ab75f6b0ceac3d5e0047531e3ad4f (patch) | |
tree | d019e4466c09d970d368402ea4bf7f5d597fb0f2 /pkg/rand | |
parent | ab1c2bd3680ffe5ff4a614bc320a9b367f3fdc8d (diff) | |
parent | 964fb3ca768756fbc58d1d9312c53886964ae608 (diff) |
Merge release-20210720.0-39-g964fb3ca7 (automated)
Diffstat (limited to 'pkg/rand')
-rw-r--r-- | pkg/rand/rand_state_autogen.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/rand/rand_state_autogen.go b/pkg/rand/rand_state_autogen.go index e0a5cd184..4320837d6 100644 --- a/pkg/rand/rand_state_autogen.go +++ b/pkg/rand/rand_state_autogen.go @@ -1,5 +1,6 @@ // automatically generated by stateify. +//go:build !linux // +build !linux package rand |