An open API service indexing awesome lists of open source software.

https://github.com/amandaguthrie/go-bitsy-id


https://github.com/amandaguthrie/go-bitsy-id

Last synced: 3 months ago
JSON representation

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.