type golang.org/x/text/secure/precis.checker
7 uses
golang.org/x/text/secure/precis (current package)
profile.go#L108: ts = append(ts, &checker{p: p, allowed: p.Allowed()})
profile.go#L175: c := checker{p: p}
profile.go#L219: c := checker{p: p}
profile.go#L334: type checker struct {
profile.go#L343: func (c *checker) Reset() {
profile.go#L349: func (c *checker) span(src []byte, atEOF bool) (n int, err error) {
profile.go#L399: func (c checker) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
![]() |
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. |