{"id":15321836,"url":"https://github.com/codehakase/uid","last_synced_at":"2025-07-10T17:32:54.301Z","repository":{"id":86392195,"uuid":"125584619","full_name":"codehakase/uid","owner":"codehakase","description":"Little Go (golang) package to generate a URL safe string.","archived":false,"fork":false,"pushed_at":"2018-03-17T01:02:37.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T04:16:55.335Z","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/codehakase.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-17T00:50:24.000Z","updated_at":"2023-01-19T05:26:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"de625957-cf73-44c5-8723-06ea849ed272","html_url":"https://github.com/codehakase/uid","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"c1fc9ef92b993626fa1889c3f16d5aba35f21a7d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codehakase/uid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codehakase","download_url":"https://codeload.github.com/codehakase/uid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fuid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264619499,"owners_count":23638465,"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-01T09:13:15.569Z","updated_at":"2025-07-10T17:32:54.283Z","avatar_url":"https://github.com/codehakase.png","language":"Go","readme":"# Unique ID generator\nThis is a very simple package that generates URL safe unique IDs.\n\n\u003e Note: This isn't safe for production use yet\n\n## Example Usage \n\n### Install \n\n```shell\n$ go get github.com/codehakase/uid\n```\n\n### Use in any part of existing code\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/codehakase/uid\"\n)\n\nfunc main() {\n  // ...\n\n  requestID := uid.New(32) // Generates a 32 bit long random string\n\n  fmt.Println(requestID) // you'd get something like:  niwVnfcOcmtWksDCNavCXeTdjWwBWZsC\n\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehakase%2Fuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehakase%2Fuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehakase%2Fuid/lists"}