{"id":18637564,"url":"https://github.com/dutchcoders/gotimer","last_synced_at":"2025-11-04T14:30:28.535Z","repository":{"id":25721616,"uuid":"29158599","full_name":"dutchcoders/gotimer","owner":"dutchcoders","description":"Timer library for go. Will call function after timeout.","archived":false,"fork":false,"pushed_at":"2015-01-12T21:59:10.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T09:12:23.683Z","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/dutchcoders.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":"2015-01-12T21:46:43.000Z","updated_at":"2024-08-12T19:15:54.000Z","dependencies_parsed_at":"2022-08-23T10:50:12.209Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/gotimer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgotimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgotimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgotimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgotimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/gotimer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239433910,"owners_count":19637806,"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","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-11-07T05:36:45.601Z","updated_at":"2025-11-04T14:30:28.482Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotimer\nTimer library for go. Will call function after timeout.\n\n### Example\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dutchcoders/gotimer\"\n\t\"time\"\n)\n\nfunc main() {\n\tvar i int = 0\n\n\tgo timer.Interval(func() error {\n\t\tfmt.Printf(\"test %d\\n\", i)\n\t\ti++\n\t\treturn nil\n\t}, 1000*time.Millisecond)\n\n\ttime.Sleep(100000 * time.Millisecond)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgotimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgotimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgotimer/lists"}