type golang.org/x/text/secure/precis.options
14 uses
golang.org/x/text/secure/precis (current package)
options.go#L16: type Option func(*options)
options.go#L18: type options struct {
options.go#L37: func getOpts(o ...Option) (res options) {
options.go#L70: ignoreCase = func(o *options) {
options.go#L73: foldWidth = func(o *options) {
options.go#L76: disallowEmpty = func(o *options) {
options.go#L79: bidiRule = func(o *options) {
options.go#L82: repeat = func(o *options) {
options.go#L105: return func(o *options) {
options.go#L122: return func(o *options) {
options.go#L130: return func(o *options) {
options.go#L139: return func(o *options) {
options.go#L154: return func(o *options) {
profile.go#L29: options
![]() |
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. |