From 0d6c09f07737d510937b7341e38018ea4b3c008f Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Tue, 24 Oct 2023 09:36:19 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20TextErro?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/date.txt | 2 +- bin/settings/services_add.txt | 2 +- {settings => bin/settings}/services_example.txt | 0 bin/subversion.txt | 2 +- internal/load_json/load_json.go | 2 +- settings/services.txt | 2 -- 6 files changed, 4 insertions(+), 6 deletions(-) rename {settings => bin/settings}/services_example.txt (100%) delete mode 100644 settings/services.txt diff --git a/bin/date.txt b/bin/date.txt index 4823adb..4a8788d 100644 --- a/bin/date.txt +++ b/bin/date.txt @@ -1 +1 @@ -2023-10-19 12:46:11.219 \ No newline at end of file +2023-10-23 07:29:40.108 \ No newline at end of file diff --git a/bin/settings/services_add.txt b/bin/settings/services_add.txt index 00fe0fa..60aae7d 100644 --- a/bin/settings/services_add.txt +++ b/bin/settings/services_add.txt @@ -1,5 +1,5 @@ { - "admin-service": "@t_bondarenko140", + "admin-service": "@rexMonstra", "billing-status-service": "@ivanov_i_i", "calendar-service": "@AliceDwarf", "claim-service": "@t_bondarenko140", diff --git a/settings/services_example.txt b/bin/settings/services_example.txt similarity index 100% rename from settings/services_example.txt rename to bin/settings/services_example.txt diff --git a/bin/subversion.txt b/bin/subversion.txt index 06762c9..00039fa 100644 --- a/bin/subversion.txt +++ b/bin/subversion.txt @@ -1 +1 @@ -00140 \ No newline at end of file +00141 \ No newline at end of file diff --git a/internal/load_json/load_json.go b/internal/load_json/load_json.go index 3f0e10a..6076e73 100644 --- a/internal/load_json/load_json.go +++ b/internal/load_json/load_json.go @@ -11,7 +11,7 @@ import ( // LoadJSON - загружает 2 файла в формате .json в map func LoadJSON() { var err error - dir := micro.ProgramDir() + dir := micro.ProgramDir_bin() log.Info("app directory: ", dir) diff --git a/settings/services.txt b/settings/services.txt deleted file mode 100644 index 7a73a41..0000000 --- a/settings/services.txt +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file