noquark / nanoid

A fast NanoID generator in Go based on original nanoid
MIT License
2 stars 0 forks source link

Would it be possible to remove testify? #1

Closed akalpaki closed 6 days ago

akalpaki commented 6 days ago

Hello,

I am not sure if this is a valid issue, but as a developer I prefer to avoid unneeded dependencies if possible. Testify is a nice package, but it is a huge dependency I typically avoid when writing my code. Would you entertain removing testify for standard library testing or a smaller dependency like matryer/is? I would be willing to write a PR for this if the work is too much.

Thanks for considering!

mohitsinghs commented 6 days ago

Hi @akalpaki, Thanks for suggesting this. Testify was indeed an overkill here I think. I've dropped it for standard library.