{"id":15736034,"url":"https://github.com/rwxrob/uniq-go","last_synced_at":"2025-03-31T04:16:58.542Z","repository":{"id":57504650,"uuid":"231143959","full_name":"rwxrob/uniq-go","owner":"rwxrob","description":"No Hassle Unique Identifiers","archived":false,"fork":false,"pushed_at":"2022-03-23T04:36:04.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-26T00:02:17.070Z","etag":null,"topics":["base32","base64","hexidecimal","unique-identifiers","uuid","uuid-generator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rwxrob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-31T20:35:54.000Z","updated_at":"2022-03-23T04:35:56.000Z","dependencies_parsed_at":"2022-08-30T07:11:40.050Z","dependency_job_id":null,"html_url":"https://github.com/rwxrob/uniq-go","commit_stats":null,"previous_names":["robmuh/uniq"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Funiq-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Funiq-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Funiq-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxrob%2Funiq-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwxrob","download_url":"https://codeload.github.com/rwxrob/uniq-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229474390,"owners_count":18078547,"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":["base32","base64","hexidecimal","unique-identifiers","uuid","uuid-generator"],"created_at":"2024-10-04T01:20:44.655Z","updated_at":"2024-12-13T00:41:37.015Z","avatar_url":"https://github.com/rwxrob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# No Hassle Unique Identifiers in Go\n\n[![GoDoc](https://godoc.org/github.com/rwxrob/uniq-go?status.svg)](https://godoc.org/github.com/rwxrob/uniq-go)\n[![Go Report\nCard](https://goreportcard.com/badge/github.com/rwxrob/uniq-go)](https://goreportcard.com/report/github.com/rwxrob/uniq-go)\n[![Coverage](https://gocover.io/_badge/github.com/rwxrob/uniq-go)](https://gocover.io/github.com/rwxrob/uniq-go)\n\n`go get github.com/rwxrob/uniq-go`\n\nPackage `uniq` is a utility package that provides common random unique identifiers in UUID, Base32, and n*2 random hexadecimal characters.\n\n    6c671957-2f39-4ce5-9f0e-e8d5ec53bfde (16 bytes, 36 chars, hex-)\n    H6M0STKP0MTSU0493GERQDCSJ5BMF3VO     (20 bytes, 32 chars, base32)\n    5b ...                               (n bytes, n*2 chars, hex)\n\nWhen a simple random identifier is all that is needed `Base32()` provides a better alternative to `UUID()`. It takes less space (32 characters), is safe for use with all file systems including case insensitive ones, and provides additional randomness increased from 2^128 (UUID) to 2^160 (Base32).\n\nThis package includes the following convenience commands as well for use when integrating with shell scripts:\n\n* `uuid`\n* `uid32`\n* `isosec`\n* `epoch [SECONDS]`\n* `randhex [COUNT]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxrob%2Funiq-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwxrob%2Funiq-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxrob%2Funiq-go/lists"}