diff options
| author | 2026-05-16 08:20:35 +0000 | |
|---|---|---|
| committer | 2026-05-16 08:20:35 +0000 | |
| commit | 890dff2213ae15e1a952471d3218577e93265bb6 (patch) | |
| tree | 6efe02b60189945bbd890388c03bf44a8fef33d2 /object/typ/errors.go | |
| parent | object/id: done from REFACTOR (diff) | |
| signature | No signature | |
object/typ: Simplify
Diffstat (limited to 'object/typ/errors.go')
| -rw-r--r-- | object/typ/errors.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/object/typ/errors.go b/object/typ/errors.go new file mode 100644 index 00000000..8a442db0 --- /dev/null +++ b/object/typ/errors.go @@ -0,0 +1,5 @@ +package typ + +import "errors" + +var ErrInvalidType = errors.New("object/typ: Invalid type")
\ No newline at end of file |
