Home
last modified time | relevance | path

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

/external/bazelbuild-rules_go/go/tools/releaser/
Drun.go80 type commandError struct { struct
81 argv []string
82 stderr []byte
83 err error
86 func (e *commandError) Error() string {
90 func (e *commandError) Unwrap() error {