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]],