{"id":25627614,"url":"https://github.com/jeppech/weekdays","last_synced_at":"2026-06-08T18:30:13.248Z","repository":{"id":65471138,"uuid":"592905552","full_name":"jeppech/weekdays","owner":"jeppech","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-24T22:02:49.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T10:18:21.645Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeppech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-24T19:37:20.000Z","updated_at":"2024-06-20T10:18:21.647Z","dependencies_parsed_at":"2023-02-14T01:50:16.180Z","dependency_job_id":null,"html_url":"https://github.com/jeppech/weekdays","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/jeppech%2Fweekdays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeppech%2Fweekdays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeppech%2Fweekdays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeppech%2Fweekdays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeppech","download_url":"https://codeload.github.com/jeppech/weekdays/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240214592,"owners_count":19766264,"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-22T17:53:34.260Z","updated_at":"2026-06-08T18:30:13.107Z","avatar_url":"https://github.com/jeppech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weekdays\nA package for tinkering with weekdays.  \n\nThe underlying type of `Weekdays` is a regular `uint8`.\n\n```go\npackage weekdays\n\nimport (\n  \"github.com/jeppech/weekdays\"\n)\n\nfunc test() {\n  w := weekdays.Weekdays(0)\n\n  w.Set(weekdays.Sunday)\n  w.Set(weekdays.Friday)\n\n  if w.IsSet(weekdays.Sunday) \u0026\u0026 w.IsSet(weekdays.Friday) {\n    fmt.Println(w) // \"fri,sun\"\n  }\n\n  w2 := weekdays.Weekdays(0)\n  w2.Set(weekdays.Wednesday)\n  w2.Set(weekdays.Thursday)\n\n  if w2.IsSet(weekdays.Wednesday) \u0026\u0026 w2.IsSet(weekdays.Thursday) {\n    w2.Merge(w)\n    fmt.Println(w2) // \"fri,sun,thu,wed\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeppech%2Fweekdays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeppech%2Fweekdays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeppech%2Fweekdays/lists"}