{"id":37105228,"url":"https://github.com/codegold79/mutastruct","last_synced_at":"2026-01-14T12:41:56.277Z","repository":{"id":64973448,"uuid":"579216244","full_name":"codegold79/mutastruct","owner":"codegold79","description":"Use reflect package to do atypical changes to struct types.","archived":false,"fork":false,"pushed_at":"2022-12-17T02:24:33.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T12:42:17.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codegold79.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-17T00:39:58.000Z","updated_at":"2024-06-20T12:42:17.262Z","dependencies_parsed_at":"2023-01-05T04:24:55.692Z","dependency_job_id":null,"html_url":"https://github.com/codegold79/mutastruct","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codegold79/mutastruct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegold79%2Fmutastruct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegold79%2Fmutastruct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegold79%2Fmutastruct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegold79%2Fmutastruct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegold79","download_url":"https://codeload.github.com/codegold79/mutastruct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegold79%2Fmutastruct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T12:41:54.087Z","updated_at":"2026-01-14T12:41:56.267Z","avatar_url":"https://github.com/codegold79.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mutastruct\n\nUse the reflect package to make changes to a struct in an atypical manner.\n\nTo use, import the mutastruct package.\n\nCall the following function to set a struct field.\n\n```go\nfunc Set(anyStruct any, fieldName string, setting any) error {\n    ...\n}\n```\n\nThe first argument must be a pointer to a struct.\nThe last parameter, `setting`, is the desired value of the field specified by `fieldName` (the second parameter).\nThe `setting` argument must be the same type as the field you wish to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegold79%2Fmutastruct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegold79%2Fmutastruct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegold79%2Fmutastruct/lists"}