Registry / utility / jbenet-go-random-files

jbenet-go-random-files

JSON →
library0.0.0-20190219210431-31b3f20ebdedgogounverified

Package go-random-files generates random files for testing or data simulation.

go get github.com/jbenet/go-random-files
INSTALL
IMPORT
SIG · JBENET-GO-RANDOM-F
J
jbenet-go-random-files
utilitygov0.0.0-20190219210431-31b3f20ebded
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

randomfiles
github.com/jbenet/go-random-files

Generate 5 random files of 1024 bytes each.

package main import ( "fmt" "github.com/jbenet/go-random-files" ) func main() { files, err := randomfiles.Generate(5, 1024) if err != nil { panic(err) } fmt.Println(files) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190219210431-31b3f20ebdedlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jbenet-go-random-files — go get jbenet-go-random-files · libregistry