{"id":25487017,"url":"https://github.com/eighty4/ebauche","last_synced_at":"2025-11-07T20:30:24.185Z","repository":{"id":117009679,"uuid":"424250202","full_name":"eighty4/ebauche","owner":"eighty4","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-05T00:05:40.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T10:13:16.432Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eighty4.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-03T14:10:27.000Z","updated_at":"2021-12-05T00:05:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d127e6e5-7210-4376-a7fd-7db25cdc5939","html_url":"https://github.com/eighty4/ebauche","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Febauche","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Febauche/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Febauche/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Febauche/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eighty4","download_url":"https://codeload.github.com/eighty4/ebauche/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239536659,"owners_count":19655255,"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":"2025-02-18T19:34:44.306Z","updated_at":"2025-11-07T20:30:24.096Z","avatar_url":"https://github.com/eighty4.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Reference](https://pkg.go.dev/badge/github.com/eighty4/ebauche.svg)](https://pkg.go.dev/github.com/eighty4/ebauche)\n\n# Èbauche\n\n```\n\\ āˈbōsh \\\nplural -s\n: an incomplete watch movement consisting of plates,\n  bridges, wheels, and barrels to be finished and fitted\n  with jewels, escapement, mainspring, hands, and dial\n```\nTime-related fn utils\n\n```\ngo get github.com/eighty4/ebauche\n```\n\n## IntervalIndefinitely\n\nExecutes fn indefinitely on interval\n\n```go\nebauche.IntervalIndefinitely(time.Second * 1, func() {\n\tfmt.Println(\"i print every second\")\n})\n```\n\n## Interval\n\nExecutes predicate indefinitely on interval until it returns false\n\n```go\nlimit := 84\ncount := 0\nfmt.Println(\"i will print\", limit, \"times\")\nebauche.Interval(time.Millisecond * 1, func() bool {\n    fmt.Println(\"print\", count)\n    count++\n    return count \u003c limit\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feighty4%2Febauche","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feighty4%2Febauche","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feighty4%2Febauche/lists"}