Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dunpack.go36 type UnpackError struct { struct
37 Err error
38 Pos scanner.Position
41 func (e *UnpackError) Error() string {