website icon indicating copy to clipboard operation
website copied to clipboard

content/static/doc: make clear when pseudo versions will be used

Open HuKeping opened this issue 4 years ago • 5 comments

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]

HuKeping avatar Jan 08 '21 10:01 HuKeping

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

gopherbot avatar Jan 08 '21 10:01 gopherbot

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!

gopherbot avatar Mar 31 '21 17:03 gopherbot

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!

gopherbot avatar Mar 31 '21 18:03 gopherbot

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!

gopherbot avatar Nov 08 '21 11:11 gopherbot

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!

gopherbot avatar Nov 08 '21 11:11 gopherbot