Skip to content

Commit 090331c

Browse files
committed
content/static: add gopath_code.html file and regenerate
CL 199417 added a new doc/gopath_code.html file. This change adds it to the list of files that are embedded in package static, and regenerates the package. A change described in https://golang.org/issue/29206#issuecomment-536099768 will make it no longer neccessary to do this step in the future. Updates golang/go#28215 Updates golang/go#29206 Change-Id: Ia1bd125488e04b34f9b8e36de4397de32d77bcef Reviewed-on: https://go-review.googlesource.com/c/website/+/213937 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
1 parent 6bbbfe7 commit 090331c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

content/static/gen.go

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var files = []string{
4141
"doc/devel/release.html",
4242
"doc/devel/weekly.html",
4343
"doc/docs.html",
44+
"doc/gopath_code.html",
4445
"doc/root.html",
4546
"doc/security.html",
4647
"error.html",

0 commit comments

Comments
 (0)