{"id":23960446,"url":"https://github.com/lesiw/fill","last_synced_at":"2025-09-07T07:09:40.953Z","repository":{"id":270174791,"uuid":"909538208","full_name":"lesiw/fill","owner":"lesiw","description":"Package fill fills Go values with random data.","archived":false,"fork":false,"pushed_at":"2025-01-03T00:07:44.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T12:19:20.320Z","etag":null,"topics":["fuzzing","go","go-lib","go-test-helper","go-testing","golang"],"latest_commit_sha":null,"homepage":"https://lesiw.io/fill","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lesiw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-29T02:22:47.000Z","updated_at":"2025-01-03T00:07:47.000Z","dependencies_parsed_at":"2024-12-29T04:19:21.872Z","dependency_job_id":"fa125f31-2d05-4fdb-84fc-77845eaec977","html_url":"https://github.com/lesiw/fill","commit_stats":null,"previous_names":["lesiw/fill"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lesiw/fill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesiw%2Ffill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesiw%2Ffill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesiw%2Ffill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesiw%2Ffill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lesiw","download_url":"https://codeload.github.com/lesiw/fill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesiw%2Ffill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274006129,"owners_count":25206087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuzzing","go","go-lib","go-test-helper","go-testing","golang"],"created_at":"2025-01-06T19:28:19.139Z","updated_at":"2025-09-07T07:09:40.923Z","avatar_url":"https://github.com/lesiw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lesiw.io/fill\n\n[![Go Reference](https://pkg.go.dev/badge/lesiw.io/fill.svg)](https://pkg.go.dev/lesiw.io/fill)\n\nA utility for filling Go values.\n\n## Example\n\n``` go\npackage main\n\nimport (\n    \"crypto/tls\"\n    \"testing\"\n\n    \"github.com/google/go-cmp/cmp\"\n    \"github.com/google/go-cmp/cmp/cmpopts\"\n    \"lesiw.io/fill\"\n)\n\nfunc TestTlsConfigClone(t *testing.T) {\n    opts := cmp.Options{cmpopts.IgnoreUnexported(tls.Config{})}\n    for range 100 {\n        cfg := new(tls.Config)\n        fill.Rand(cfg)\n        if want, got := cfg, cfg.Clone(); !cmp.Equal(want, got, opts) {\n            t.Fatalf(\"-original +cloned\\n%s\", cmp.Diff(want, got, opts))\n        }\n    }\n}\n```\n\n[▶️ Run this example on the Go Playground](https://go.dev/play/p/87V0mJqv5qu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesiw%2Ffill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesiw%2Ffill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesiw%2Ffill/lists"}