{"id":25750142,"url":"https://github.com/gotoxu/at","last_synced_at":"2026-04-27T18:32:22.038Z","repository":{"id":57519508,"uuid":"100958041","full_name":"gotoxu/at","owner":"gotoxu","description":"A at library for Go, simulate the linux 'at' command ","archived":false,"fork":false,"pushed_at":"2018-08-29T09:27:36.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-21T18:11:43.252Z","etag":null,"topics":["at","go","golang","linux"],"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/gotoxu.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}},"created_at":"2017-08-21T14:02:58.000Z","updated_at":"2018-08-29T09:27:38.000Z","dependencies_parsed_at":"2022-08-30T04:21:59.659Z","dependency_job_id":null,"html_url":"https://github.com/gotoxu/at","commit_stats":null,"previous_names":["jamesxql/at"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gotoxu/at","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoxu%2Fat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoxu%2Fat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoxu%2Fat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoxu%2Fat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotoxu","download_url":"https://codeload.github.com/gotoxu/at/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoxu%2Fat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"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":["at","go","golang","linux"],"created_at":"2025-02-26T13:15:41.554Z","updated_at":"2026-04-27T18:32:22.021Z","avatar_url":"https://github.com/gotoxu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gotoxu/at.svg?branch=master)](https://travis-ci.org/gotoxu/at)\n\n# At\nA at library for Go, simulate the linux 'at' command. The at command is used to schedule a one-time task at a specific time\n\n## Example\n```Go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"time\"\n\n\t\"github.com/Jamesxql/at\"\n)\n\nfunc main() {\n\tat := at.New()\n\tat.AddFunc(time.Now().Add(5*time.Minute), func() {\n\t\tfmt.Println(\"Hello world!\")\n\t})\n\n\tat.Start()\n\tselect {}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotoxu%2Fat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotoxu%2Fat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotoxu%2Fat/lists"}