<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-website/_content/doc/modules/gomod-ref.md, branch doc-modules-format.mailed</title>
<subtitle>Fork of golang.org/x/website with my patches.</subtitle>
<id>http://git.kilabit.info/go-x-website/atom?h=doc-modules-format.mailed</id>
<link rel='self' href='http://git.kilabit.info/go-x-website/atom?h=doc-modules-format.mailed'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/'/>
<updated>2025-02-26T16:08:06Z</updated>
<entry>
<title>doc/modules: fix link and formatting on godebug section</title>
<updated>2025-02-26T16:08:06Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2025-02-26T16:00:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=2c35be5a2c219ae11f070c1410abc767b8ff9703'/>
<id>urn:sha1:2c35be5a2c219ae11f070c1410abc767b8ff9703</id>
<content type='text'>
Using markdown inside HTML markup does not work, it rendered as is.
So, replace the link by directly using anchor tag and backtick using
code tag.

Change-Id: I8ff966e64680640ec85b63811211a2e0fcbaf4b7
</content>
</entry>
<entry>
<title>_content/doc: document module tools</title>
<updated>2024-12-06T19:33:38Z</updated>
<author>
<name>Conrad Irwin</name>
<email>conrad.irwin@gmail.com</email>
</author>
<published>2024-12-01T06:30:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=99a06e9c9e6d3ccf0bbc319a482045dbec4619ba'/>
<id>urn:sha1:99a06e9c9e6d3ccf0bbc319a482045dbec4619ba</id>
<content type='text'>
For golang/go#48429

Change-Id: I81344da002afe92c8ec60ad5acef0b11e487934e
Reviewed-on: https://go-review.googlesource.com/c/website/+/632595
Reviewed-by: Sam Thanawalla &lt;samthanawalla@google.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>_content/doc/modules: document godebug directive in go.mod</title>
<updated>2024-10-10T20:01:10Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2024-10-06T10:57:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=0bf0d5798737842abc4bd0935e46f7c533a7e3d9'/>
<id>urn:sha1:0bf0d5798737842abc4bd0935e46f7c533a7e3d9</id>
<content type='text'>
Fixes golang/go#69688
Updates golang/go#56986

Change-Id: I4c55b57d974b434fec74e38034d1ce033204ae12
Reviewed-on: https://go-review.googlesource.com/c/website/+/618115
Reviewed-by: Tim King &lt;taking@google.com&gt;
Auto-Submit: Tim King &lt;taking@google.com&gt;
Reviewed-by: Cherry Mui &lt;cherryyz@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
</content>
</entry>
<entry>
<title>_content: fix broken Markdown links to /doc/toolchain</title>
<updated>2023-06-15T17:46:36Z</updated>
<author>
<name>Max Riveiro</name>
<email>kavu13@gmail.com</email>
</author>
<published>2023-06-15T01:37:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=a9926fb5ae4b27616fb3ec5adcf0f31ffff69a68'/>
<id>urn:sha1:a9926fb5ae4b27616fb3ec5adcf0f31ffff69a68</id>
<content type='text'>
Change-Id: I2256da09dcbc20832c5f6c3eb48a884af8ad604a
GitHub-Last-Rev: fa7f86b3b409e8d27bf93aacb219ccbaadec9a78
GitHub-Pull-Request: golang/website#228
Reviewed-on: https://go-review.googlesource.com/c/website/+/503235
Reviewed-by: David Chase &lt;drchase@google.com&gt;
Reviewed-by: Tatiana Bradley &lt;tatianabradley@google.com&gt;
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Auto-Submit: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
<entry>
<title>_content: add https://go.dev/doc/toolchain</title>
<updated>2023-06-12T18:08:29Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2023-06-05T02:35:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=65471dac0a55de6881c15b280050b6b1841d4bc3'/>
<id>urn:sha1:65471dac0a55de6881c15b280050b6b1841d4bc3</id>
<content type='text'>
This documents the new toolchain selection and switching
for the forward compatibility work.

For golang/go#57001.

Change-Id: I0efdac6771018063446dd0db22013c5fd756bea4
Reviewed-on: https://go-review.googlesource.com/c/website/+/500775
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Auto-Submit: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
<entry>
<title>_content/doc: module naming best practices</title>
<updated>2021-09-08T14:57:14Z</updated>
<author>
<name>Steve Traut</name>
<email>straut@google.com</email>
</author>
<published>2021-08-19T14:27:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=12eac51beafb23e225a5e486c056626386672c60'/>
<id>urn:sha1:12eac51beafb23e225a5e486c056626386672c60</id>
<content type='text'>
This adds new content with best practices for the module path. It also
revises existing content to use the best practice.

This change includes:

* A new "Naming a module" section in "Managing dependencies" describing
  naming best practices and reserved terms for module paths.
* Changing module path prefix from "example.com/*" to "example/*"
  where the content seems aimed specifically at new users. This is
  designed to reduce confusion for those who wonder if a domain name
  is required in the local, simple context.
* Links to the "Naming a module" section so that new users can follow up
  from the simple case to learn about best practices.

Change-Id: I07eac1f805ce506a486d3c0e7b54539554e3c30b
Reviewed-on: https://go-review.googlesource.com/c/website/+/344469
Trust: Steve Traut &lt;straut@google.com&gt;
Trust: Bryan C. Mills &lt;bcmills@google.com&gt;
Reviewed-by: Bryan C. Mills &lt;bcmills@google.com&gt;
Run-TryBot: Bryan C. Mills &lt;bcmills@google.com&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>_content/ref/mod: update terminology for Go 1.17 changes</title>
<updated>2021-08-06T20:43:34Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2021-08-04T19:59:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=06ce489bed3ee469c96ff1c89cb0cc3907790c59'/>
<id>urn:sha1:06ce489bed3ee469c96ff1c89cb0cc3907790c59</id>
<content type='text'>
For golang/go#47397

Change-Id: I7046bddb17bdd7957603e16580e7c9bab4a8c05a
Reviewed-on: https://go-review.googlesource.com/c/website/+/339991
Trust: Bryan C. Mills &lt;bcmills@google.com&gt;
Run-TryBot: Bryan C. Mills &lt;bcmills@google.com&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Jay Conrod &lt;jayconrod@google.com&gt;
</content>
</entry>
<entry>
<title>_content/doc/modules: add retract directive to go.mod reference</title>
<updated>2021-07-21T18:16:11Z</updated>
<author>
<name>Jay Conrod</name>
<email>jayconrod@google.com</email>
</author>
<published>2021-07-19T20:58:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=30a2d981b92a76fdea615c2c314e6eb199cb5683'/>
<id>urn:sha1:30a2d981b92a76fdea615c2c314e6eb199cb5683</id>
<content type='text'>
Change-Id: Ib2316795409776a9db2dd6293b76d7c0003ba7f4
Reviewed-on: https://go-review.googlesource.com/c/website/+/335690
Trust: Jay Conrod &lt;jayconrod@google.com&gt;
Run-TryBot: Jay Conrod &lt;jayconrod@google.com&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Steve Traut &lt;straut@google.com&gt;
</content>
</entry>
<entry>
<title>_content/doc/modules/gomod-ref: add links to /ref/mod</title>
<updated>2021-07-19T20:26:38Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2021-07-16T21:28:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=183dc663dd74105bb4bcdab02e4baf821b838a45'/>
<id>urn:sha1:183dc663dd74105bb4bcdab02e4baf821b838a45</id>
<content type='text'>
Also update the list of behaviors controlled by the go directive for
Go 1.17.

Change-Id: Ie9eee13f0c43efd41f97d8d7c30a5ec354064776
Reviewed-on: https://go-review.googlesource.com/c/website/+/335141
Trust: Bryan C. Mills &lt;bcmills@google.com&gt;
Run-TryBot: Bryan C. Mills &lt;bcmills@google.com&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Steve Traut &lt;straut@google.com&gt;
</content>
</entry>
<entry>
<title>_content/doc: remove duplicated "does not"</title>
<updated>2021-07-15T15:49:25Z</updated>
<author>
<name>Frederik Zipp</name>
<email>fzipp@gmx.de</email>
</author>
<published>2021-06-03T06:30:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=11adafea15f83435c3223a0cba1b2f2e7c042239'/>
<id>urn:sha1:11adafea15f83435c3223a0cba1b2f2e7c042239</id>
<content type='text'>
Change-Id: I8930b2e394c30334b99bb3e169e805f2025ec7d9
Reviewed-on: https://go-review.googlesource.com/c/website/+/324709
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Reviewed-by: Jay Conrod &lt;jayconrod@google.com&gt;
Run-TryBot: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Trust: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
</feed>
