var github.com/google/safehtml.asciiWhitespace
10 uses
github.com/google/safehtml (current package)
urlset.go#L16: var asciiWhitespace [256]bool
urlset.go#L22: asciiWhitespace['\t'] = true
urlset.go#L23: asciiWhitespace[' '] = true
urlset.go#L24: asciiWhitespace['\n'] = true
urlset.go#L25: asciiWhitespace['\f'] = true
urlset.go#L26: asciiWhitespace['\r'] = true
urlset.go#L46: _, str = consumeIn(str, asciiWhitespace)
urlset.go#L47: url, str = consumeNotIn(str, asciiWhitespace)
urlset.go#L48: _, str = consumeIn(str, asciiWhitespace)
urlset.go#L50: _, str = consumeIn(str, asciiWhitespace)
![]() |
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. |