type golang.org/x/mod/modfile.ErrorList
5 uses
golang.org/x/mod/modfile (current package)
read.go#L334: parseErrors ErrorList // errors encountered during parsing
rule.go#L154: var errs ErrorList
rule.go#L197: func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb string, args []string, fix VersionFixer, strict bool) {
rule.go#L579: type ErrorList []Error
rule.go#L581: func (e ErrorList) Error() 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. |