Skip to content

Commit 3949f94

Browse files
dmitshurgopherbot
authored andcommitted
_content/doc: add go1.26.md placeholder
Add this file now that it's possible to preview the release notes draft at https://tip.golang.org/doc/go1.26. For golang/go#75005. Change-Id: I9189840edac997f4bf6a338dad15640e4e056b0f Reviewed-on: https://go-review.googlesource.com/c/website/+/695995 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 9982f45 commit 3949f94

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_content/doc/go1.26.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Go 1.26 Release Notes
3+
template: true
4+
---
5+
6+
{{/*
7+
This is a placeholder template that makes it possible to preview
8+
Go 1.26 release notes draft at https://tip.golang.org/doc/go1.26.
9+
Eventually the release note fragments in doc/next will be merged
10+
and added here, replacing the "docNext" function call.
11+
*/}}
12+
13+
{{with docNext}}{{.}}{{else}}No next release note fragments available.{{end}}

0 commit comments

Comments
 (0)