MCPcopy
hub / github.com/FiloSottile/age / Error

Struct Error

armor/armor.go:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172type Error struct {
173 err error
174}
175
176func (e *Error) Error() string {
177 return "invalid armor: " + e.err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected