Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go2032 type EmbedError struct { struct
2033 Pattern string
2034 Err error
2037 func (e *EmbedError) Error() string {
2041 func (e *EmbedError) Unwrap() error {