From 8d79c4657df97ae5151c999144d73e6e0f195841 Mon Sep 17 00:00:00 2001 From: Semyon Krestyaninov <krestyaninov@perx.ru> Date: Thu, 19 Jun 2025 16:08:55 +0300 Subject: [PATCH] fix linter --- pkg/collections/collection.go | 2 +- pkg/schema/field/number_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/collections/collection.go b/pkg/collections/collection.go index db16ee9d..3fbd91ef 100644 --- a/pkg/collections/collection.go +++ b/pkg/collections/collection.go @@ -6,7 +6,7 @@ import ( "time" "git.perx.ru/perxis/perxis-go/data" - "git.perx.ru/perxis/perxis-go/pkg/errors" + "git.perx.ru/perxis/perxis-go/errors" "git.perx.ru/perxis/perxis-go/pkg/permission" "git.perx.ru/perxis/perxis-go/pkg/schema" "github.com/mitchellh/mapstructure" diff --git a/pkg/schema/field/number_test.go b/pkg/schema/field/number_test.go index 26d76f95..b1579ab3 100644 --- a/pkg/schema/field/number_test.go +++ b/pkg/schema/field/number_test.go @@ -6,7 +6,7 @@ import ( "reflect" "testing" - "git.perx.ru/perxis/perxis-go/pkg/errors" + "git.perx.ru/perxis/perxis-go/errors" ) type CustomInt int -- GitLab