teris-io / shortid

Super short, fully unique, non-sequential and URL friendly Ids
MIT License
939 stars 65 forks source link

Add support for Gomodules #11

Open ConorNevin opened 2 years ago

ConorNevin commented 2 years ago

Even though this library doesn't use any external dependencies, it's annoying that it doesn't have a go.mod file.

Is it possible to add it?

osklyar commented 2 years ago

Please add it and submit a PR

chenlujjj commented 2 years ago

Please add it and submit a PR

hi, i submit a PR for this: https://github.com/teris-io/shortid/pull/12