func github.com/google/safehtml.IdentifierFromConstantPrefix
4 uses
github.com/google/safehtml (current package)
identifier.go#L68: func IdentifierFromConstantPrefix(prefix stringConstant, value string) Identifier {
golang.org/x/pkgsite/internal/frontend
license.go#L102: ids[index[p]] = safehtml.IdentifierFromConstantPrefix("lic", strconv.Itoa(i))
golang.org/x/pkgsite/internal/godoc/dochtml
dochtml.go#L455: SafeIdentifier: safehtml.IdentifierFromConstantPrefix("pkg-note", marker),
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L112: el.ID = safehtml.IdentifierFromConstantPrefix("hdr", id)
![]() |
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. |