package
0.0.0-20240823185143-dd92f641a18c
Repository: https://github.com/eliben/code-for-blog.git
Documentation: pkg.go.dev
# README
To create a file with random data:
.. sourcecode:: text
$ dd if=/dev/urandom of=myfile bs=16 count=1000
To create a file with random data:
.. sourcecode:: text
$ dd if=/dev/urandom of=myfile bs=16 count=1000