You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ and has the same number of unique options in just 22 symbols instead of 36.
17
17
18
18
There's also this alternative: https://github.com/jaevor/go-nanoid.
19
19
20
+
> [!NOTE]
21
+
> There's little to no development on this repo, intentionally. It does what it needs to do. Bug reports are welcomed, features _might_ be implemented.
22
+
>
23
+
> If you are considering more heavy weight solution that integrated with UUIDs (supported by many database) I would suggest you take a look on [typeid](https://github.com/sumup/typeid) or other equivalents.
0 commit comments