golang.org/x/pkgsite/devtools/cmd/csphash.script.body (field)
5 uses
golang.org/x/pkgsite/devtools/cmd/csphash (current package)
main.go#L58: if bytes.Contains(s.body, []byte("{{")) {
main.go#L59: fmt.Printf("%s: has script with template expansion:\n%s\n", file, s.body)
main.go#L64: hash := cspHash(s.body)
main.go#L110: body []byte // text between open and close script tags
main.go#L147: body: b[:end[0]],
![]() |
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. |