From 79238b63b493e096d74264da26945559dd53be96 Mon Sep 17 00:00:00 2001 From: jrada Date: Sat, 20 Apr 2024 14:49:40 +0200 Subject: [PATCH] changed line ending --- .github/workflows/go.yml | 0 .github/workflows/release.yml | 0 .idea/.gitignore | 0 .idea/dataSources.xml | 0 .idea/db-gen.iml | 0 .idea/inspectionProfiles/Project_Default.xml | 0 .idea/modules.xml | 0 .idea/sqldialects.xml | 0 .idea/vcs.xml | 0 CHANGELOG.txt | 0 database/testing-db.sql | 0 go.mod | 0 go.sum | 0 main.go | 0 readme.md | 0 src/config.go | 0 src/database.go | 0 src/debugginf.go | 0 src/generator.go | 0 src/helpers.go | 0 src/preprocessor.go | 0 src/types.go | 0 testing/db-gen.json | 0 testing/templates/dbcontext.gotmpl | 0 testing/templates/model.gotmpl | 0 testing/templates/processor.gotmpl | 0 26 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/workflows/go.yml mode change 100644 => 100755 .github/workflows/release.yml mode change 100644 => 100755 .idea/.gitignore mode change 100644 => 100755 .idea/dataSources.xml mode change 100644 => 100755 .idea/db-gen.iml mode change 100644 => 100755 .idea/inspectionProfiles/Project_Default.xml mode change 100644 => 100755 .idea/modules.xml mode change 100644 => 100755 .idea/sqldialects.xml mode change 100644 => 100755 .idea/vcs.xml mode change 100644 => 100755 CHANGELOG.txt mode change 100644 => 100755 database/testing-db.sql mode change 100644 => 100755 go.mod mode change 100644 => 100755 go.sum mode change 100644 => 100755 main.go mode change 100644 => 100755 readme.md mode change 100644 => 100755 src/config.go mode change 100644 => 100755 src/database.go mode change 100644 => 100755 src/debugginf.go mode change 100644 => 100755 src/generator.go mode change 100644 => 100755 src/helpers.go mode change 100644 => 100755 src/preprocessor.go mode change 100644 => 100755 src/types.go mode change 100644 => 100755 testing/db-gen.json mode change 100644 => 100755 testing/templates/dbcontext.gotmpl mode change 100644 => 100755 testing/templates/model.gotmpl mode change 100644 => 100755 testing/templates/processor.gotmpl diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml old mode 100644 new mode 100755 diff --git a/.idea/.gitignore b/.idea/.gitignore old mode 100644 new mode 100755 diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml old mode 100644 new mode 100755 diff --git a/.idea/db-gen.iml b/.idea/db-gen.iml old mode 100644 new mode 100755 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml old mode 100644 new mode 100755 diff --git a/.idea/modules.xml b/.idea/modules.xml old mode 100644 new mode 100755 diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml old mode 100644 new mode 100755 diff --git a/.idea/vcs.xml b/.idea/vcs.xml old mode 100644 new mode 100755 diff --git a/CHANGELOG.txt b/CHANGELOG.txt old mode 100644 new mode 100755 diff --git a/database/testing-db.sql b/database/testing-db.sql old mode 100644 new mode 100755 diff --git a/go.mod b/go.mod old mode 100644 new mode 100755 diff --git a/go.sum b/go.sum old mode 100644 new mode 100755 diff --git a/main.go b/main.go old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 diff --git a/src/config.go b/src/config.go old mode 100644 new mode 100755 diff --git a/src/database.go b/src/database.go old mode 100644 new mode 100755 diff --git a/src/debugginf.go b/src/debugginf.go old mode 100644 new mode 100755 diff --git a/src/generator.go b/src/generator.go old mode 100644 new mode 100755 diff --git a/src/helpers.go b/src/helpers.go old mode 100644 new mode 100755 diff --git a/src/preprocessor.go b/src/preprocessor.go old mode 100644 new mode 100755 diff --git a/src/types.go b/src/types.go old mode 100644 new mode 100755 diff --git a/testing/db-gen.json b/testing/db-gen.json old mode 100644 new mode 100755 diff --git a/testing/templates/dbcontext.gotmpl b/testing/templates/dbcontext.gotmpl old mode 100644 new mode 100755 diff --git a/testing/templates/model.gotmpl b/testing/templates/model.gotmpl old mode 100644 new mode 100755 diff --git a/testing/templates/processor.gotmpl b/testing/templates/processor.gotmpl old mode 100644 new mode 100755