golang.org/x/pkgsite/internal/frontend.Server.servePage (method)
7 uses
golang.org/x/pkgsite/internal/frontend (current package)
badge.go#L43: s.servePage(r.Context(), w, "badge.tmpl", page)
search.go#L283: s.servePage(ctx, w, "search.tmpl", page)
server.go#L238: s.servePage(r.Context(), w, templateName, s.newBasePage(r, title))
server.go#L285: s.servePage(r.Context(), w, "license_policy.tmpl", page)
server.go#L459: func (s *Server) servePage(ctx context.Context, w http.ResponseWriter, templateName string, page interface{}) {
styleguide.go#L43: s.servePage(ctx, w, "styleguide", page)
unit.go#L213: s.servePage(ctx, w, tabSettings.TemplateName, page)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |