<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-website/_content/ref/mod.md, branch main</title>
<subtitle>Fork of golang.org/x/website with my patches.</subtitle>
<id>http://git.kilabit.info/go-x-website/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go-x-website/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/'/>
<updated>2026-04-14T16:14:26Z</updated>
<entry>
<title>ref/mod: fix markdown syntax inside embedded HTML</title>
<updated>2026-04-14T16:14:26Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2026-01-17T10:15:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=aac477ec3c9685b0b6bf44b9f64354305b816b04'/>
<id>urn:sha1:aac477ec3c9685b0b6bf44b9f64354305b816b04</id>
<content type='text'>
Markdown syntax inside embedded HTML is not get parsed, so fix it by
replacing it with the corresponding HTML tag.

Change-Id: I9b3ef7bbb42d6aea4b022accd9af2d15594b8143
Reviewed-on: https://go-review.googlesource.com/c/website/+/737240
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Auto-Submit: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
</content>
</entry>
<entry>
<title>_content: add more documentation for 'go tool' features in ref/mod</title>
<updated>2026-03-30T15:13:05Z</updated>
<author>
<name>Michael Matloob</name>
<email>matloob@golang.org</email>
</author>
<published>2026-03-30T14:05:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=e2752c0ec3d5bee0ed8431e917223647b666eee1'/>
<id>urn:sha1:e2752c0ec3d5bee0ed8431e917223647b666eee1</id>
<content type='text'>
This CL addresses the issues in #71663 that appear in go.dev/ref/mod.

For golang/go#71663

Change-Id: I44d801b9e0e658547faf5ea3023f4a246a6a6964
Reviewed-on: https://go-review.googlesource.com/c/website/+/761040
Reviewed-by: Michael Matloob &lt;matloob@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Auto-Submit: Michael Matloob &lt;matloob@golang.org&gt;
</content>
</entry>
<entry>
<title>_content/ref: correct repo-url requirements</title>
<updated>2026-03-17T17:00:44Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2026-03-13T21:22:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=e29aa5f9e61916ebc618b7ab68e215edd32319e8'/>
<id>urn:sha1:e29aa5f9e61916ebc618b7ab68e215edd32319e8</id>
<content type='text'>
This aligns it with the documentation of "go help importpath",
which is also the behavior implemented by cmd/go.

Fixes golang/go#77371

Change-Id: I84a0802c255602258de7148d61b3058328dd45ca
Reviewed-on: https://go-review.googlesource.com/c/website/+/755300
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Jonathan Amsterdam &lt;jba@google.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@google.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
</content>
</entry>
<entry>
<title>internal/web: do not treat Markdown files as templates by default</title>
<updated>2026-02-02T20:17:52Z</updated>
<author>
<name>Ryo Sakuma</name>
<email>ryo.sakuma.public@gmail.com</email>
</author>
<published>2026-01-01T05:57:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=fd82e1351b3c513e750e028ae21710366483b184'/>
<id>urn:sha1:fd82e1351b3c513e750e028ae21710366483b184</id>
<content type='text'>
Markdown files are no longer treated as Go templates by default.
Pages that need template processing must explicitly set
"template: true" in their front matter.

This prevents unintended HTML escaping of template-like syntax
(e.g., "&lt;" and "&gt;") in Markdown content.

Fixes golang/go#75552

Change-Id: If00328831cd6b119043d9c2055fd21076943e2c4
Reviewed-on: https://go-review.googlesource.com/c/website/+/733500
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Pratt &lt;mpratt@google.com&gt;
Auto-Submit: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>_content/ref/mod: add documentation for ignore and go-get subdirectories</title>
<updated>2025-06-10T20:33:06Z</updated>
<author>
<name>Michael Matloob</name>
<email>matloob@golang.org</email>
</author>
<published>2025-06-09T18:08:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=e007c7cd238526bfd5b680cbff3d3d0c25f51020'/>
<id>urn:sha1:e007c7cd238526bfd5b680cbff3d3d0c25f51020</id>
<content type='text'>
Add documentation for the new ignore directive, and the option to
provide subdirectories in meta-tags used to resolve modules. Update
release notes to point to the documentation.

Change-Id: Ia6ab22f052948b42b3b6b2386b93f8fab73c300d
Reviewed-on: https://go-review.googlesource.com/c/website/+/680197
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Reviewed-by: Michael Matloob &lt;matloob@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
</content>
</entry>
<entry>
<title>_content/ref/mod: remove documentation for auto-converting legacy formats</title>
<updated>2025-05-24T13:45:31Z</updated>
<author>
<name>thepudds1460</name>
<email>thepudds1460@gmail.com</email>
</author>
<published>2025-04-03T16:14:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=4aa40c341625675026b5842216f31a158cb84e8d'/>
<id>urn:sha1:4aa40c341625675026b5842216f31a158cb84e8d</id>
<content type='text'>
CL 518776 dropped the ability of 'go mod init' to convert
legacy pre-module dependency configuration files, such as automatically
transforming a Gopkg.lock to a go.mod file with similar requirements,
but some of the documentation remained.

In this CL, we remove it from the Modules Reference page.
(CL 662695 is a companion change that removes it from cmd/go
documentation).

Fixes golang/go#71537

Change-Id: I89126612ac108b8b94572c6b97991d7d5eb2921b
Reviewed-on: https://go-review.googlesource.com/c/website/+/662675
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@google.com&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
</content>
</entry>
<entry>
<title>_content/ref: document +dirty</title>
<updated>2025-04-08T19:53:00Z</updated>
<author>
<name>Sam Thanawalla</name>
<email>samthanawalla@google.com</email>
</author>
<published>2025-04-08T17:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=f9b5fd5d09bfb8f920c6bfd68a943dfb3d4ee97f'/>
<id>urn:sha1:f9b5fd5d09bfb8f920c6bfd68a943dfb3d4ee97f</id>
<content type='text'>
Fixes: golang/go#71970
Change-Id: I68bc645eb9077b0acedd1b80c61c06125b540394
Reviewed-on: https://go-review.googlesource.com/c/website/+/663855
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dimitri John Ledkov &lt;dimitri.ledkov@surgut.co.uk&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
</content>
</entry>
<entry>
<title>_content/ref: clarify vcs repo url</title>
<updated>2025-02-20T17:07:20Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2025-01-24T13:57:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=727aff0ea8efc48d97563156e4c9072f364cc30e'/>
<id>urn:sha1:727aff0ea8efc48d97563156e4c9072f364cc30e</id>
<content type='text'>
The text says "up to" without including the vcs identifier,
which matches current cmd/go behavior, but the example includes
the vcs identifier in the url.

For golang/go#71635

Change-Id: If8277b1305c496f3ba20e6c58f5f920cf1ba48a9
Reviewed-on: https://go-review.googlesource.com/c/website/+/644095
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Sam Thanawalla &lt;samthanawalla@google.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
</content>
</entry>
<entry>
<title>_content: update go.mod examples to use full go versions</title>
<updated>2025-02-11T16:36:58Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2025-01-21T12:11:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=255602d4a126d022f84732ad3247c14ad3fd30cc'/>
<id>urn:sha1:255602d4a126d022f84732ad3247c14ad3fd30cc</id>
<content type='text'>
There's confusion on whether 1.X or 1.X.Y is canonical,
the documentation should reflect the defaults of cmd/go.

Updates golang/go#62278

Change-Id: I00489774e686d774cd970394237dff0462272cef
Reviewed-on: https://go-review.googlesource.com/c/website/+/643615
Reviewed-by: Sam Thanawalla &lt;samthanawalla@google.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
Auto-Submit: Daniel Martí &lt;mvdan@mvdan.cc&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
</content>
</entry>
<entry>
<title>_content/ref/mod: add -x and -diff flags to go mod tidy</title>
<updated>2025-02-03T16:00:55Z</updated>
<author>
<name>willboland</name>
<email>hwilliam.boland@gmail.com</email>
</author>
<published>2025-01-09T02:53:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=9d27ca2ee513b77cdf8415fc151f567a84617f1c'/>
<id>urn:sha1:9d27ca2ee513b77cdf8415fc151f567a84617f1c</id>
<content type='text'>
Existing documentation for go mod tidy is missing -x and -diff flags.
Adds these flags to the documentation.

Fixes golang/go#69936

Change-Id: I00764066684461d38684b5711a17483819b50904
GitHub-Last-Rev: 8266f0485ecedfc604c696e10a86806c82ba6952
GitHub-Pull-Request: golang/website#304
Reviewed-on: https://go-review.googlesource.com/c/website/+/639275
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Sam Thanawalla &lt;samthanawalla@google.com&gt;
</content>
</entry>
</feed>
