diff options
| author | Robert Griesemer <gri@google.com> | 2026-01-20 11:37:53 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-01-20 12:13:00 -0800 |
| commit | dee21b5824869557d6b44dc0ebf133ab69b69d17 (patch) | |
| tree | c6a92ff91c4d4c0a6abdb6fd41678e4087868bd5 | |
| parent | f07cd5e437d8fd17461645106a522516e5bee9a8 (diff) | |
| download | go-x-website-dee21b5824869557d6b44dc0ebf133ab69b69d17.tar.xz | |
_content/doc/go1.26: consistently use Go syntax coloring in doc
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>
| -rw-r--r-- | _content/doc/go1.26.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index b8c6c066..f43ce028 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -25,7 +25,7 @@ packages such as `encoding/json` or protocol buffers that use a pointer to represent an optional value, as it enables an optional field to be populated in a simple expression, for example: -``` +```go import "encoding/json" type Person struct { |
