type golang.org/x/text/secure/precis.Transformer
7 uses
golang.org/x/text/secure/precis (current package)
profile.go#L67: func (p *Profile) NewTransformer() *Transformer {
profile.go#L113: return &Transformer{transform.Chain(ts...)}
transformer.go#L10: type Transformer struct {
transformer.go#L15: func (t Transformer) Reset() { t.t.Reset() }
transformer.go#L18: func (t Transformer) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
transformer.go#L23: func (t Transformer) Bytes(b []byte) []byte {
transformer.go#L29: func (t Transformer) String(s string) string {
![]() |
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. |