{"id":23440886,"url":"https://github.com/tedconf/atexit","last_synced_at":"2025-09-20T08:23:11.334Z","repository":{"id":196914970,"uuid":"697412474","full_name":"tedconf/atexit","owner":"tedconf","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-21T15:28:37.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T20:47:15.110Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedconf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-09-27T17:15:49.000Z","updated_at":"2024-06-21T15:18:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1c839a4-1861-4e0b-9bd7-f50f4045560a","html_url":"https://github.com/tedconf/atexit","commit_stats":null,"previous_names":["tedconf/atexit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tedconf/atexit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fatexit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fatexit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fatexit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fatexit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedconf","download_url":"https://codeload.github.com/tedconf/atexit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fatexit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276064886,"owners_count":25579123,"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-20T02:00:10.207Z","response_time":63,"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":[],"created_at":"2024-12-23T16:20:12.749Z","updated_at":"2025-09-20T08:23:11.311Z","avatar_url":"https://github.com/tedconf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Git Mirror of https://bitbucket.org/tebeka/atexit\n\n========================\n\nAbout\n=====\nSimple `atexit` implementation for Go_.\n\nNote that you *have* to call `atexit.Exit` and not `os.Exit` to terminate your\nprogram (that is, if you want the `atexit` handlers to execute).\n\nExample usage\n=============\n::\n\n    package main\n\n    import (\n        \"atexit\"\n        \"fmt\"\n    )\n\n    func handler() {\n        fmt.Println(\"Exiting\")\n    }\n\n    func main() {\n            atexit.Register(handler)\n            atexit.Exit(0)\n    }\n\nInstall\n=======\n::\n\n    goinstall bitbucket.org/tebeka/atexit\n\nContact\n=======\nHome\n    https://bitbucket.org/tebeka/atexit\nAuthor\n    Miki Tebeka \u003cmiki.tebeka@gmail.com\u003e\n\n\n.. _Go: http://golang.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedconf%2Fatexit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedconf%2Fatexit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedconf%2Fatexit/lists"}