diff options
| author | 2026-03-25 14:22:09 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:22:09 +0000 | |
| commit | ded805020da7aa309dc07a51c9d219deb29e83f5 (patch) | |
| tree | 4fa0a6b6ce8e4432a25c1dec4f7b63646e2dad00 /reachability/helpers.go | |
| parent | *: objectid -> object/id (diff) | |
| signature | No signature | |
*: Resort import order
Diffstat (limited to 'reachability/helpers.go')
| -rw-r--r-- | reachability/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/helpers.go b/reachability/helpers.go index e7f4a5a3..ebed8d7e 100644 --- a/reachability/helpers.go +++ b/reachability/helpers.go @@ -6,8 +6,8 @@ import ( giterrors "codeberg.org/lindenii/furgit/errors" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/objectstore" objecttype "codeberg.org/lindenii/furgit/object/type" + "codeberg.org/lindenii/furgit/objectstore" ) func validateDomain(domain Domain) error { |
