https://github.com/amandaguthrie/go-bitsy-id
https://github.com/amandaguthrie/go-bitsy-id
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amandaguthrie/go-bitsy-id
- Owner: amandaguthrie
- Created: 2024-06-18T16:32:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:54:28.000Z (12 months ago)
- Last Synced: 2025-01-17T01:42:38.130Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!CAUTION]
> Under development; not intended for production use# go-bitsy-id
go-bitsy-id is a Go package that provides URL-friendly unique string generation for Go.## Install
```bash
go get github.com/amandaguthrie/go-bitsy-id
```
## Creating IDs### Default Settings
### Custom Settings
## Acknowledgements
* Inspired by Andrey Sitnik's [nanoid](https://github.com/ai/nanoid) JavaScript implementation.