website
website copied to clipboard
content/static/doc: make clear when pseudo versions will be used
The docs is misleading because even if a semantic version tag is provided, go would also encodes it to a pseudo version format, for example:
- 1.2.3 is a semantic version tags as per semver spec 2.0 which go will translate it to a pseudo version.
- v1.2.3 is the canonical version format which go mod love most.
Signed-off-by: Hu Keping [email protected]
This PR (HEAD: 3765ee6543d787ab08d7c3506aadf66e8bedc469) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/website/+/282574 to see it.
Tip: You can toggle comments from me using the comments
slash command (e.g. /comments off
)
See the Wiki page for more info
Message from Dmitri Shuralyov:
Patch Set 1:
(3 comments)
Please don’t reply on this GitHub thread. Visit golang.org/cl/282574. After addressing review feedback, remember to publish your drafts!
Message from Jay Conrod:
Patch Set 1:
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/282574. After addressing review feedback, remember to publish your drafts!
Message from Dmitri Shuralyov:
Patch Set 1:
(3 comments)
Please don’t reply on this GitHub thread. Visit golang.org/cl/282574. After addressing review feedback, remember to publish your drafts!
Message from Jay Conrod:
Patch Set 1:
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/282574. After addressing review feedback, remember to publish your drafts!