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)
 |
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. |