{"id":15432479,"url":"https://github.com/thomasrayner/goqueue","last_synced_at":"2025-04-06T08:20:12.195Z","repository":{"id":221199448,"uuid":"753713047","full_name":"thomasrayner/goqueue","owner":"thomasrayner","description":"A simple queue implementation using channels","archived":false,"fork":false,"pushed_at":"2024-02-06T17:30:49.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T13:56:26.863Z","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/thomasrayner.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":"2024-02-06T16:51:18.000Z","updated_at":"2024-02-06T17:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"312e6239-21d7-4d2f-bcde-8e8fbac5ccae","html_url":"https://github.com/thomasrayner/goqueue","commit_stats":null,"previous_names":["thomasrayner/goqueue"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2Fgoqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2Fgoqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2Fgoqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasrayner%2Fgoqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasrayner","download_url":"https://codeload.github.com/thomasrayner/goqueue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247452346,"owners_count":20941084,"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-10-01T18:26:44.729Z","updated_at":"2025-04-06T08:20:12.177Z","avatar_url":"https://github.com/thomasrayner.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goqueue\n\nA simple implementation of queues and stacks using slices\n\n## Usage\n\n```go\nimport (\n    \"github.com/thomasrayner/goqueue\"\n)\n\nfunc main() {\n    // Create a new queue\n    q := goqueue.NewQueue()\n    q.Enqueue(\"hello\")\n\n    // Create a new stack\n    s := goqueue.NewStack()\n    s.Push(\"world\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasrayner%2Fgoqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasrayner%2Fgoqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasrayner%2Fgoqueue/lists"}