ai / nanoid

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript
https://zelark.github.io/nano-id-cc/
MIT License
24.33k stars 788 forks source link

docs: update Go library to atoous/go-nanoid #390

Closed hbagdi closed 1 year ago

hbagdi commented 1 year ago

https://github.com/jaevor/go-nanoid license was changed to GPL. Recommend an alternate implementation.

ai commented 1 year ago

I don’t have any problem with GPL.

Is there any other difference?

ItalyPaleAle commented 1 year ago

We are using https://github.com/matoous/go-nanoid in Dapr too, as any library with a GPL license is a non-starter sadly (it would force us to release the entire Dapr under GPL).

(Also to say, one could fork jaevor's library from before the license change and continue to have that released with the old license, since license changes are not retroactive)