xtaci / kcptun

A Quantum-Safe Secure Tunnel based on QPP, KCP, FEC, and N:M multiplexing.
MIT License
13.86k stars 2.54k forks source link

tag names are not semver compliant #701

Open ankushchadha opened 5 years ago

ankushchadha commented 5 years ago

Can tag names be semver compliant? This will allow anyone to do a go get against a specific version of kcptun instead of fetching latest or pseudo version (such as go get github.com/xtaci/kcptun v0.0.0-20190611073203-bf635db2f952).

I do see the usage of go modules, but having a semver compliant tag will make it easy for users to consume specific versions of kcptun.

xtaci commented 5 years ago

it's not a library, no package will depend on this one, so semver is not important