var golang.org/x/pkgsite/devtools/cmd/csphash.hashFile

4 uses

	golang.org/x/pkgsite/devtools/cmd/csphash (current package)
		main.go#L22: var hashFile = flag.String("hf", "internal/middleware/secureheaders.go", "file with hashes for CSP header")
		main.go#L38: 	cspHashes, err := extractHashes(*hashFile)
		main.go#L66: 				fmt.Printf("missing hash: add the lines below to %s:\n", *hashFile)
		main.go#L81: 		fmt.Printf("Add missing hashes to %s and remove unused ones.\n", *hashFile)