{"id":24926741,"url":"https://github.com/michaelwp/go-slices","last_synced_at":"2025-08-21T09:05:56.386Z","repository":{"id":57617914,"uuid":"386808875","full_name":"michaelwp/go-slices","owner":"michaelwp","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-17T03:49:36.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T12:31:48.839Z","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/michaelwp.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":"2021-07-17T01:44:55.000Z","updated_at":"2021-07-17T03:47:30.000Z","dependencies_parsed_at":"2022-09-26T20:20:52.838Z","dependency_job_id":null,"html_url":"https://github.com/michaelwp/go-slices","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/michaelwp/go-slices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwp%2Fgo-slices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwp%2Fgo-slices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwp%2Fgo-slices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwp%2Fgo-slices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelwp","download_url":"https://codeload.github.com/michaelwp/go-slices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwp%2Fgo-slices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271454949,"owners_count":24762699,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-02-02T12:53:15.925Z","updated_at":"2025-08-21T09:05:56.345Z","avatar_url":"https://github.com/michaelwp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-slices v1.0.0\n\nIni adalah package bahasa pemrograman go untuk manajemen golang slices.\n\n### func Shift()\n```go\nfunc (s Slices) Shift() Slices\n```\n\n### func Pop()\n```go\nfunc (s Slices) Pop() Slices\n```\n### func Remove(e)\n```go\nfunc (s Slices) Remove(element int) Slices\n```\n\n### Instalasi\n\n`go get -u github.com/michaelwp/go-slices`\n\n### Contoh penggunaan\n\n```go \npackage main\n\nimport (\n\t\"fmt\"\n\tgoslices \"github.com/michaelwp/go-slices\"\n)\n\nfunc main()  {\n\tvar slices = goslices.Slices{1, 2, 3, 4, 5, 6}\n\n\tfmt.Println(slices.Shift())\n\tfmt.Println(slices.Pop())\n\tfmt.Println(slices.Remove(2))\n}\n```\n\n#### Hasil\n\n```text\n[2, 3, 4, 5, 6]\n[1, 2, 3, 4, 5]\n[1, 2, 4, 5, 6]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelwp%2Fgo-slices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelwp%2Fgo-slices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelwp%2Fgo-slices/lists"}