Home
last modified time | relevance | path

Searched defs:waitError (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Dcmds.go1106 type waitError struct { struct
1107 errs []*CommandError
1110 func (w waitError) Error() string {
1121 func (w waitError) Unwrap() error {