Involved Source Files
csphash computes the hashes of script tags in files,
and checks that they are added to our content
security policy.
Package-Level Type Names (only one, which is unexported)
/* sort exporteds by: | */
script represents an HTML script element.
// text between open and close script tags
// `<script attr="a"...>`
func scripts(filename string) ([]*script, error)
func scriptsReader(b []byte) ([]*script, error)
Package-Level Functions (total 5, none are exported)
Assume none of the attribute values contain a '>'.
Regexp flag `i` means case-insensitive.
The pages are generated with Goldsv0.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.