Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dunpack.go30 type UnpackError struct { struct
31 Err error
32 Pos scanner.Position
35 func (e *UnpackError) Error() string {