{"id":15486945,"url":"https://github.com/theodesp/go-dedupesort","last_synced_at":"2025-03-28T16:14:42.626Z","repository":{"id":97066521,"uuid":"66468668","full_name":"theodesp/go-dedupesort","owner":"theodesp","description":"A small function that takes an integer array, removes any duplicates and sorts the results","archived":false,"fork":false,"pushed_at":"2018-10-09T08:44:50.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T16:19:46.918Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":"","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/theodesp.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":"2016-08-24T13:59:27.000Z","updated_at":"2018-10-09T08:44:52.000Z","dependencies_parsed_at":"2023-05-16T10:01:07.446Z","dependency_job_id":null,"html_url":"https://github.com/theodesp/go-dedupesort","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/theodesp%2Fgo-dedupesort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fgo-dedupesort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fgo-dedupesort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fgo-dedupesort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodesp","download_url":"https://codeload.github.com/theodesp/go-dedupesort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059336,"owners_count":20717085,"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":["go"],"created_at":"2024-10-02T06:20:30.407Z","updated_at":"2025-03-28T16:14:42.601Z","avatar_url":"https://github.com/theodesp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dedupesort\n:wrench: A small function that takes an integer array \nremoves duplicates and sorts the results\n\n## Install\n```console\ngo get github.com/theodesp/go-dedupesort/...\n```\n\n## Example Usage\n\n```code\npackage main\n\nimport (\n    \"fmt\"\n    utils \"github.com/theodesp/go-dedupesort\"\n)\n\nfunc main() {\n    array := []int{7, 2, 4, 2, 1, 2}\n\tfmt.Println(utils.DedupeSort(array)) // prints [1 2 4 7]\n}\n```\n\n## Example\nRun the example inside the cmd folder\n```console\ncd cmd\ngo run main.go\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fgo-dedupesort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodesp%2Fgo-dedupesort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fgo-dedupesort/lists"}