{"id":22338233,"url":"https://github.com/ipfans/ctxext","last_synced_at":"2025-10-11T04:21:35.897Z","repository":{"id":145342198,"uuid":"247725250","full_name":"ipfans/ctxext","owner":"ipfans","description":"stdlib context.Context extensions","archived":false,"fork":false,"pushed_at":"2020-03-17T06:20:27.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T08:32:11.735Z","etag":null,"topics":["context","golang"],"latest_commit_sha":null,"homepage":"","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/ipfans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-03-16T14:35:31.000Z","updated_at":"2020-03-17T06:20:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dcabf2a-7d2f-4ed2-99a6-2465dda5b488","html_url":"https://github.com/ipfans/ctxext","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ipfans/ctxext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fctxext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fctxext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fctxext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fctxext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipfans","download_url":"https://codeload.github.com/ipfans/ctxext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipfans%2Fctxext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006247,"owners_count":26084060,"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-10-11T02:00:06.511Z","response_time":55,"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":["context","golang"],"created_at":"2024-12-04T06:13:32.395Z","updated_at":"2025-10-11T04:21:35.869Z","avatar_url":"https://github.com/ipfans.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ctxext\n\n`ctxext` is extensions of stdlib `context.Context` with compatibility.\n\n## Status\n\nPre-Alpha stage.\n\nAPI may changes in the future version.\n\n## HOWTO\n\n`ctxext.Context` is compatibility with `context.Context` interface.\nYou can use this struct as `context.Context`. But It supplies more\npowerful storage for contextual data.\n\n```go\n    ctx := ctxext.New(nil)\n    ctx.Set(\"data\", data)\n    val := ctx.Value(\"data\")\n```\n\n## Install\n\n```\ngo get -u -v github.com/ipfans/ctxext\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Fctxext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipfans%2Fctxext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipfans%2Fctxext/lists"}