From fda32bc34edfdef16a04dd6b6879cd3334bd6caf Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Tue, 12 Aug 2025 15:28:03 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20constant?= =?UTF-8?q?s=5Fstarter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postgres_gorm2/postgres_gorm2.go | 1 + postgres_pgx/postgres_pgx.go | 1 + postgres_pgxpool/postgres_pgxpool.go | 1 + 3 files changed, 3 insertions(+) diff --git a/postgres_gorm2/postgres_gorm2.go b/postgres_gorm2/postgres_gorm2.go index ab18e315..9c1f9869 100644 --- a/postgres_gorm2/postgres_gorm2.go +++ b/postgres_gorm2/postgres_gorm2.go @@ -13,6 +13,7 @@ import ( "strings" "time" + "github.com/ManyakRus/starter/constants_starter" "github.com/ManyakRus/starter/contextmain" "github.com/ManyakRus/starter/micro" "github.com/ManyakRus/starter/stopapp" diff --git a/postgres_pgx/postgres_pgx.go b/postgres_pgx/postgres_pgx.go index b7147fc5..3dc00544 100644 --- a/postgres_pgx/postgres_pgx.go +++ b/postgres_pgx/postgres_pgx.go @@ -24,6 +24,7 @@ import ( //_ "github.com/lib/pq" //log "github.com/sirupsen/logrus" + "github.com/ManyakRus/starter/constants_starter" "github.com/ManyakRus/starter/contextmain" "github.com/ManyakRus/starter/micro" "github.com/ManyakRus/starter/stopapp" diff --git a/postgres_pgxpool/postgres_pgxpool.go b/postgres_pgxpool/postgres_pgxpool.go index aac0838b..d15904e8 100644 --- a/postgres_pgxpool/postgres_pgxpool.go +++ b/postgres_pgxpool/postgres_pgxpool.go @@ -16,6 +16,7 @@ import ( "strings" "time" + "github.com/ManyakRus/starter/constants_starter" "github.com/ManyakRus/starter/contextmain" "github.com/ManyakRus/starter/micro" "github.com/ManyakRus/starter/stopapp"