| Age | Commit message (Collapse) | Author |
|
|
|
Change-Id: I063ed9fc642bd40951874de7a52a8e5487df109c
|
|
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 <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David Chase <drchase@google.com>
|
|
Move warning note to top, make it concise and include release notes link.
Update 'new' section for Go 1.26 expression arguments - strictly
speaking, this doc is frozen so we don't need to update it. But since
`new` is a language builtin so mention it.
Change-Id: I3e857f5842d859b534726f2d639b6eea670f8dca
Reviewed-on: https://go-review.googlesource.com/c/website/+/764340
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: I38f8d1f9cbf795780f013e909e3a2bdd0db4ec65
Reviewed-on: https://go-review.googlesource.com/c/website/+/754360
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
|
|
This CL is based on CL 648578 but without the modfile parts:
In the 'go tool' section, we remove the '-u' flag in 'go get -u tool',
which could be read as implying the '-u' is needed. This was previously
also an issue in the draft 1.24 release notes, which we addressed in
CL 638296.
Because many gophers persist in thinking the '-u' is required to upgrade
a target of 'go get', we also mention that 'go get tool' is equivalent
to 'go get tool@upgrade' to help people understand & internalize the
meaning of 'go get foo' with no @version suffix.
While we are here, s/acheive/achieve/.
For golang/go#48423
For golang/go#71663
Change-Id: I50d94b9d815e455f124f1790b13cc3b66a6a6964
Reviewed-on: https://go-review.googlesource.com/c/website/+/761140
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
|
|
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 <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Michael Matloob <matloob@golang.org>
|
|
Change-Id: I6ee3285edb536da973ad2f068123b735b7862941
Reviewed-on: https://go-review.googlesource.com/c/website/+/759680
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Mark Freeman <markfreeman@google.com>
|
|
Change-Id: Ifb2127099a6afca86ca8befa813e2a5ef7b878c4
Reviewed-on: https://go-review.googlesource.com/c/website/+/759400
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Mark Freeman <markfreeman@google.com>
|
|
To preview this CL, download it and:
$ go run ./cmd/golangorg &
$ open http://localhost:6060/go.dev/blog/type-construction-and-cycle-detection
Change-Id: I4d4c840d37b3d66c2d0a95cf8dbd4a5d381e52cd
Reviewed-on: https://go-review.googlesource.com/c/website/+/756180
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Mark Freeman <markfreeman@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: Ia63c0c1cb78adc42526af70628442d33cff7a1ad
Reviewed-on: https://go-review.googlesource.com/c/website/+/757301
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Neal Patel <nealpatel@google.com>
|
|
Add GOARM64 documentation following the pattern of GOAMD64, linking
to the MinimumRequirements wiki page for allowed options.
Fixes golang/go#77219
Change-Id: Ibac873846010e4fd7e6b28bcfa9f140926292399
Reviewed-on: https://go-review.googlesource.com/c/website/+/741420
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
|
|
The gold linker is deprecated as of GNU Binutils 2.44 (February 2025)
and may be removed in future releases. Update the documentation to:
- Add a deprecation notice at the start of the Gold section
- Recommend lld as an alternative that supports split stacks
- Note that gold is now in a separate binutils-with-gold tarball
- Provide the --with-ld flag for using lld
Fixes golang/go#71923
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change-Id: Ieeeb217ef858af08d2e7b70e0ecaaed3457466f8
Reviewed-on: https://go-review.googlesource.com/c/website/+/741421
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
|
section detailing module local development
Change-Id: Iad0c186b865dca2266f97fa80e198d9158ac8ac8
GitHub-Last-Rev: 50338036377eb7521191ed57b91f6ddaf9a822a7
GitHub-Pull-Request: golang/website#186
Reviewed-on: https://go-review.googlesource.com/c/website/+/441795
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Zachary Collier <zachmcollier@gmail.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
|
|
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
|
|
When there are Go releases or blog posts to announce, we post to
Bluesky and Mastodon about them. Add links to these social sites.
For golang/go#71319.
For golang/go#65046.
Change-Id: I48b475118ec1427f442512fb41aad64a645d792f
Reviewed-on: https://go-review.googlesource.com/c/website/+/755221
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Marc Dougherty <muncus@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
|
|
To preview, download this CL and run:
$ go run ./cmd/golangorg --gopls &
$ open http://localhost:6060/go.dev/blog/inliner
Change-Id: I0ae552feda02e82da397aacdf63a9178e3e07e9c
Reviewed-on: https://go-review.googlesource.com/c/website/+/753760
Auto-Submit: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Austin Clements <austin@google.com>
|
|
Document that ServeMux trailing slash redirects now use
HTTP status 307 (Temporary Redirect) instead of
301 (Moved Permanently).
Fixes #77741.
Change-Id: Ie87feb9d20c6b07014a37f8c6ac9b1fa9f538cbc
Reviewed-on: https://go-review.googlesource.com/c/website/+/749340
Auto-Submit: Sean Liao <sean@liao.dev>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
|
|
Fix a typo I noticed while reading the article.
Change-Id: I0e7159922cd60aafd0de498914eb8a60fd58a87a
GitHub-Last-Rev: b0a080fcc2c0b47a3597310098d2d50315476bda
GitHub-Pull-Request: golang/website#347
Reviewed-on: https://go-review.googlesource.com/c/website/+/750020
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
|
|
Change-Id: Ida569369fc5ac7c1f751cda86e50d3308ba34855
Reviewed-on: https://go-review.googlesource.com/c/website/+/750000
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
|
|
A description of some of the recent changes to do allocations on the
stack instead of the heap.
Change-Id: Ic6054dcac129e1404742830438f77f45b71848b8
Reviewed-on: https://go-review.googlesource.com/c/website/+/745000
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: Ib3a64559632bef2e49b8aa94601c7a5c6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/website/+/745921
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
|
|
Change-Id: Idba61f8797c73a29117a68363c5d87466a6a6964
Reviewed-on: https://go-review.googlesource.com/c/website/+/745920
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
The original author CL 745380 is on vacation right now, but we're
scheduled to make that post live today, so these edits address the
comments on CL 745380.
Change-Id: I3055ef4c8875a51eafd2f25410be2fad4154fbd9
Reviewed-on: https://go-review.googlesource.com/c/website/+/746240
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
(For publication on 17 March, with a second post on the inliner
a week later.)
To preview
- patch into your x/website repo
- run: go run ./cmd/golangorg &
- open http://localhost:6060/go.dev/blog/gofix
Change-Id: If6bd73e6348ac639aeb94100984ec7c28d40d914
Reviewed-on: https://go-review.googlesource.com/c/website/+/745380
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Oleksandr Redko <oleksandr.red@gmail.com>
Reviewed-by: Austin Clements <austin@google.com>
|
|
Clarify that setting an environment variable at build time sets the
default for the newly built tools.
Remove docs for environment variables that are not actually used
during the build: GOPATH, GOROOT_FINAL, GOBIN, GOHOSTOS.
For golang/go#77495
Change-Id: I3575de99c6efe9492ee7e014f36b41d2b144485b
Reviewed-on: https://go-review.googlesource.com/c/website/+/743421
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
|
|
Quote some symbol and package names, for consistency.
For golang/go#75005.
Change-Id: I62fb38a24c12d6adb685289ff4ee3dd7bdb9f0f8
Reviewed-on: https://go-review.googlesource.com/c/website/+/743923
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
This post attempts to highlight some of the more exciting changes in
the release while also not discouraging the reader from reading the
release notes.
Change-Id: I71e3e7fa18b480d216444d6a637a794225f9ee8a
Reviewed-on: https://go-review.googlesource.com/c/website/+/741980
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
|
|
This change:
Removes the draft notice from go1.26.md
Updates the deployment for golangorg to Go 1.26
Adds Go 1.26 to history/release.go
Fixes golang/go#75005.
Change-Id: I3dc8457a3ec0fa2e3909b3592afe29db586db73a
Reviewed-on: https://go-review.googlesource.com/c/website/+/743900
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
|
|
A blog post will follow.
Change-Id: I9926c0a4283c04adba2f59de1b75a5d8226581fc
Reviewed-on: https://go-review.googlesource.com/c/website/+/743921
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
|
|
Change-Id: Id9927bbeb0e65498abef3b24ce2bc47eb4ca4ff0
Reviewed-on: https://go-review.googlesource.com/c/website/+/743720
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
|
|
It no longer prevents inlining.
For golang/go#75005.
For golang/go#73137.
Change-Id: Ida9a22ef9fe5da6b4266c507de4b234d60ac625a
Reviewed-on: https://go-review.googlesource.com/c/website/+/738600
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Move the experimental goroutine leak detector to the end of the runtime
section so it isn't sandwiched between two non-experimental features.
For an optimization with debugging instructions, add a note to file an
issue if they are needed.
Add an additional link to simd/archsimd.
Change-Id: I6a6a636ce42d7da2df92b5119cb4fe0be647f9a7
Reviewed-on: https://go-review.googlesource.com/c/website/+/742880
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
|
|
Note that this matches the (incorrect) docs on the type itself, which
must be fixed in the main project's repo. See CL 741560.
For golang/go#75005
For golang/go#77428
Change-Id: I980f5f0f672b4039f20c5fc8e3072865eb5389c2
Reviewed-on: https://go-review.googlesource.com/c/website/+/741244
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
|
|
For golang/go#75005
Change-Id: I12c2b1978be6e886239bbb7820afe1251bbfb349
Reviewed-on: https://go-review.googlesource.com/c/website/+/741243
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
|
|
For golang/go#75005
Change-Id: Iab27e2227f81759f1c2912ad2f09a8375050214e
Reviewed-on: https://go-review.googlesource.com/c/website/+/741242
Reviewed-by: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
|
|
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., "<" and ">") in Markdown content.
Fixes golang/go#75552
Change-Id: If00328831cd6b119043d9c2055fd21076943e2c4
Reviewed-on: https://go-review.googlesource.com/c/website/+/733500
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
|
|
See CL 738780.
Change-Id: Ifcb2ec675d6d4c38de06c7d558fa455c3a6596f2
Reviewed-on: https://go-review.googlesource.com/c/website/+/738781
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
|
|
The links are already included above inlined. The footnotes are
not referenced anywhere. Remove.
For golang/go#75005.
Change-Id: I8cf502d24bd6e2ee17fa91fe11b3ed18ce58f71b
Reviewed-on: https://go-review.googlesource.com/c/website/+/738560
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
|
|
Change-Id: I62d59b76575cf9b02f9c5390dc7b0ca03d56c311
Reviewed-on: https://go-review.googlesource.com/c/website/+/738020
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cameron Balahan <cbalahan@google.com>
Reviewed-by: Todd Kulesza <tkulesza@google.com>
Auto-Submit: Todd Kulesza <tkulesza@google.com>
|
|
As discussed in the proposal golang/go#76244, the Linux/PPC64 port, which
currently uses ELFv1 ABI, will switch to ELFv2 ABI in the next
release, instead of being removed.
Also sort architectures in alphabetical order.
For golang/go#76244.
For golang/go#75005.
Change-Id: I73be5214ec0206cd6031106dbd75ff16effec25c
Reviewed-on: https://go-review.googlesource.com/c/website/+/738120
Reviewed-by: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: I7788010b035ea1ff31113477d195d81fa869e7b0
Reviewed-on: https://go-review.googlesource.com/c/website/+/731521
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Oleksandr Redko <oleksandr.red@gmail.com>
Reviewed-by: MW Taylor <taylormw163@gmail.com>
Reviewed-by: Steve Muir <sjmuir@google.com>
Reviewed-by: Cameron Balahan <cbalahan@google.com>
Reviewed-by: Todd Kulesza <tkulesza@google.com>
|
|
For golang/go#75005.
Change-Id: I22a5860f0790130db65e5c128a37b25979099197
Reviewed-on: https://go-review.googlesource.com/c/website/+/737640
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
For golang/go#75005.
For golang/go#75883.
Change-Id: I5317913aecc82bd941067863c0a6ea7ae06451f3
Reviewed-on: https://go-review.googlesource.com/c/website/+/737600
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Fixes golang/go#77049.
Change-Id: Ia5af235c2742b1323826fa7df1049d2656c73af9
Reviewed-on: https://go-review.googlesource.com/c/website/+/736460
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: I10d1388b0bf84d456ef5fee36708c64d6a4726a5
Reviewed-on: https://go-review.googlesource.com/c/website/+/734960
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: Ic5ca78410a04cb9a153a24128546290c2d5fb150
Reviewed-on: https://go-review.googlesource.com/c/website/+/735100
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
|
Change-Id: I7e7bad222e5d1a80a1ecaf7b30e8608d5abc9ba1
Reviewed-on: https://go-review.googlesource.com/c/website/+/734900
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
|
|
Currently, the entries for our generated TOC are split across two
columns without regards on whether an entry is a regular heading vs an
indented subheading. As a result, it is possible for the 2nd column of
our generated TOC to start with an indented subheading, which is
visually confusing and hard to associate with the last regular heading
in the 1st column.
This CL changes our TOC generation so that any indented subheadings will
always be placed in the same column as its parent heading.
Fixes golang/go#76980
Change-Id: I8f5ae689ae9fc70da856b198f5453e18d692780d
Reviewed-on: https://go-review.googlesource.com/c/website/+/733720
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Nicholas Husin <husin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
|
|
Mention that a high-level portable package is planned.
Also add a very brief overview/example of the API.
Change-Id: Ia9aa9e5890637224da6fab71c7267a8a9cf327ed
Reviewed-on: https://go-review.googlesource.com/c/website/+/733260
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|