diff options
| author | 2026-06-08 05:58:26 +0000 | |
|---|---|---|
| committer | 2026-06-08 05:58:26 +0000 | |
| commit | 256cfa4a6946b7a86bd16791f19e299ff25b7fe3 (patch) | |
| tree | c51cd26230cc0270b5ac4c6d68d52300c54150b5 /object | |
| parent | REFACTOR: utils is done (diff) | |
common/iowrap: Remove in favor of lgo
Diffstat (limited to 'object')
| -rw-r--r-- | object/store/writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/writer.go b/object/store/writer.go index e7efaab4..ce3284d2 100644 --- a/object/store/writer.go +++ b/object/store/writer.go @@ -4,9 +4,9 @@ import ( "errors" "io" - "lindenii.org/go/furgit/common/iowrap" "lindenii.org/go/furgit/object/id" "lindenii.org/go/furgit/object/typ" + "lindenii.org/go/lgo/iowrap" ) // ErrInvalidObject indicates a malformed object passed to a write. |
