<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-website, 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>doc: add a disclamer for the TLS handshake timeouts TL;DR bug in godebug.md</title>
<updated>2025-02-20T23:13:42Z</updated>
<author>
<name>Thomas Vaillant</name>
<email>thomvaill@bluebricks.dev</email>
</author>
<published>2025-02-20T22:30:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=b792550290d4cc4a7d85b2cc01acddf2cdcc19d7'/>
<id>urn:sha1:b792550290d4cc4a7d85b2cc01acddf2cdcc19d7</id>
<content type='text'>
Relates to https://github.com/golang/go/issues/71257. Since post-quantum TLS algorithms are enabled by default, we should warn about the possible bugs with legacy servers (see https://tldr.fail/)

Change-Id: Id5a565c2959c5b0f7b8bdd53ce9e70b191c4bf38
GitHub-Last-Rev: a709e6f149a689b1ba4134ff9bf0b14ecba6dda5
GitHub-Pull-Request: golang/website#311
Reviewed-on: https://go-review.googlesource.com/c/website/+/650857
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Roland Shoemaker &lt;roland@golang.org&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&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/blog/synctest: new blog post</title>
<updated>2025-02-19T16:05:23Z</updated>
<author>
<name>Damien Neil</name>
<email>dneil@google.com</email>
</author>
<published>2024-12-20T23:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=4a6823e457f97e1248da2614fd7718abe41390e3'/>
<id>urn:sha1:4a6823e457f97e1248da2614fd7718abe41390e3</id>
<content type='text'>
Change-Id: I39198d16b52f3fac30a0c92406915fa5ad9678bd
Reviewed-on: https://go-review.googlesource.com/c/website/+/638255
Reviewed-by: David Chase &lt;drchase@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>_content/doc: mention GOPRIVATE in FAQ</title>
<updated>2025-02-19T01:53:31Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2025-02-18T18:10:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=21ca6346b03744182c6fb4521b7b9166664c4c52'/>
<id>urn:sha1:21ca6346b03744182c6fb4521b7b9166664c4c52</id>
<content type='text'>
Fixes golang/go#71797

Change-Id: I4f492a143837ebe00023d8f5bbcf59b44295c82d
Reviewed-on: https://go-review.googlesource.com/c/website/+/650336
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
</content>
</entry>
<entry>
<title>all: upgrade go directive to at least 1.23.0 [generated]</title>
<updated>2025-02-18T15:01:30Z</updated>
<author>
<name>Gopher Robot</name>
<email>gobot@golang.org</email>
</author>
<published>2025-02-14T21:17:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=0150c532bf6ef0e57f79bcf8fc66afc29a94dea5'/>
<id>urn:sha1:0150c532bf6ef0e57f79bcf8fc66afc29a94dea5</id>
<content type='text'>
By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
per the Go Release Policy (https://go.dev/doc/devel/release#policy).

For golang/go#69095.

[git-generate]
(cd . &amp;&amp; go get go@1.23.0 &amp;&amp; go mod tidy &amp;&amp; go fix ./... &amp;&amp; go mod edit -toolchain=none)

Change-Id: I2e38fbf66abd1cc1968f5713e96551a010a61322
Reviewed-on: https://go-review.googlesource.com/c/website/+/649618
Auto-Submit: Gopher Robot &lt;gobot@golang.org&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: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
</content>
</entry>
<entry>
<title>_content/doc: document notes and deprecations</title>
<updated>2025-02-13T20:29:44Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2023-03-11T06:42:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=ed9ce1056b7e3ad0633b6f046851c096394b308d'/>
<id>urn:sha1:ed9ce1056b7e3ad0633b6f046851c096394b308d</id>
<content type='text'>
Fixes golang/go#55083

Change-Id: If8fe4c07a5cc19b01b4a326447c087aa8379514b
Reviewed-on: https://go-review.googlesource.com/c/website/+/475556
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
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;
</content>
</entry>
<entry>
<title>doc/go1.24: mention wasm initial memory reduction</title>
<updated>2025-02-13T17:12:31Z</updated>
<author>
<name>Cherry Mui</name>
<email>cherryyz@google.com</email>
</author>
<published>2025-02-13T16:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=e1afd146d135f3827a3e30abf90fc6fefb0760a1'/>
<id>urn:sha1:e1afd146d135f3827a3e30abf90fc6fefb0760a1</id>
<content type='text'>
Change-Id: I9a25ae2eea66c35e274f55435af6bc1b8564cbc5
Reviewed-on: https://go-review.googlesource.com/c/website/+/649255
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
</content>
</entry>
<entry>
<title>_content/blog/wasmexport: new blog post</title>
<updated>2025-02-13T15:32:43Z</updated>
<author>
<name>Cherry Mui</name>
<email>cherryyz@google.com</email>
</author>
<published>2025-02-06T19:34:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=d1c59ba7143c2dc72d513144a42ccff75de203e1'/>
<id>urn:sha1:d1c59ba7143c2dc72d513144a42ccff75de203e1</id>
<content type='text'>
Change-Id: I6d2cba3000c2b9059fbf908ed0664a5dcf3054dc
Reviewed-on: https://go-review.googlesource.com/c/website/+/647276
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
Reviewed-by: Austin Clements &lt;austin@google.com&gt;
</content>
</entry>
<entry>
<title>_content/doc: use correct link in FIPS 140-3 Go 1.24 relnote</title>
<updated>2025-02-11T19:27:07Z</updated>
<author>
<name>Mateusz Poliwczak</name>
<email>mpoliwczak34@gmail.com</email>
</author>
<published>2025-02-11T19:03:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-website/commit/?id=e71780abd87d6ff9af5a704731211a38643dc2ca'/>
<id>urn:sha1:e71780abd87d6ff9af5a704731211a38643dc2ca</id>
<content type='text'>
Change-Id: I1ae615b178ea900f58f29832fbb2cbe6862385db
GitHub-Last-Rev: 634e73a9063d6f29d793f381ff1fde479aecbcc7
GitHub-Pull-Request: golang/website#308
Reviewed-on: https://go-review.googlesource.com/c/website/+/648499
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
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;
</content>
</entry>
</feed>
