Skip to content

Commit ceb6c10

Browse files
committed
content: always display note about how documentation was rendered
Fixes github.com/golang/go/issues/37665 Change-Id: I8af55b80d08aec64e134d52d99d00eb624dbf1bd Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/683363 CI-Result: Cloud Build <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent 7b78145 commit ceb6c10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/static/html/pages/pkg_doc.tmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<div class="Documentation">
1010
{{.Documentation}}
1111
<div class="Documentation-build">
12-
{{if not (eq .GOOS "linux")}}
13-
<div>Documentation was rendered with GOOS={{.GOOS}} and GOARCH={{.GOARCH}}.</div>
14-
{{end}}
12+
<div>Documentation was rendered with GOOS={{.GOOS}} and GOARCH={{.GOARCH}}.</div>
1513
</div>
1614
</div>
1715

0 commit comments

Comments
 (0)