golang.org/x/text/internal/language.scanner.setError (method)
8 uses
golang.org/x/text/internal/language (current package)
parse.go#L123: func (s *scanner) setError(e error) {
parse.go#L158: s.setError(e)
parse.go#L204: s.setError(ErrSyntax)
parse.go#L270: scan.setError(ErrSyntax)
parse.go#L295: scan.setError(e)
parse.go#L454: scan.setError(ErrSyntax)
parse.go#L523: scan.setError(ErrSyntax)
parse.go#L535: scan.setError(ErrDuplicateKey)
![]() |
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. |