Skip to content

Commit

Permalink
content/static: add gopath_code.html file and regenerate
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dmitshur committed Jan 9, 2020
1 parent 6bbbfe7 commit 090331c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/static/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var files = []string{
"doc/devel/release.html",
"doc/devel/weekly.html",
"doc/docs.html",
"doc/gopath_code.html",
"doc/root.html",
"doc/security.html",
"error.html",
Expand Down
Loading

0 comments on commit 090331c

Please sign in to comment.