tomasen / realip

a golang library that can get client's real public ip address from http request headers
MIT License
221 stars 47 forks source link

Please add git tag #12

Open sergey-shambir opened 5 years ago

sergey-shambir commented 5 years ago

It's better to use semantic versioning with git tags - dep and go mod will automatically fetch tags as available versions. Tag is immutable (until force push used), so it's more reliable to avoid pulling breaking changes when library updates.

Can you please add tag v1.0.0 or v1.0 to this repository?

git tag
git tag v1.0
git push origin v1.0
euskadi31 commented 5 years ago

ping @tomasen