diff options
Diffstat (limited to 'pkg/rand')
-rwxr-xr-x | pkg/rand/rand_linux_state_autogen.go | 4 | ||||
-rwxr-xr-x | pkg/rand/rand_state_autogen.go | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pkg/rand/rand_linux_state_autogen.go b/pkg/rand/rand_linux_state_autogen.go new file mode 100755 index 000000000..e46e9ec7e --- /dev/null +++ b/pkg/rand/rand_linux_state_autogen.go @@ -0,0 +1,4 @@ +// automatically generated by stateify. + +package rand + diff --git a/pkg/rand/rand_state_autogen.go b/pkg/rand/rand_state_autogen.go index e46e9ec7e..d387ce1e1 100755 --- a/pkg/rand/rand_state_autogen.go +++ b/pkg/rand/rand_state_autogen.go @@ -1,4 +1,6 @@ // automatically generated by stateify. +// +build !linux + package rand |