From 1ad835f11f80df591f283c3c94cfc3e44dac01b8 Mon Sep 17 00:00:00 2001 From: cubixle <4376523+cubixle@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:29:35 +0100 Subject: [PATCH] add cmd dir and move templates over --- {templates => cmd/tuukoti/templates}/config.yml | 0 {templates => cmd/tuukoti/templates}/main.go.tmpl | 0 {templates => cmd/tuukoti/templates}/resources/default.go | 0 {templates => cmd/tuukoti/templates}/resources/resources.go | 0 {templates => cmd/tuukoti/templates}/views/error.html | 0 {templates => cmd/tuukoti/templates}/views/index.html | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {templates => cmd/tuukoti/templates}/config.yml (100%) rename {templates => cmd/tuukoti/templates}/main.go.tmpl (100%) rename {templates => cmd/tuukoti/templates}/resources/default.go (100%) rename {templates => cmd/tuukoti/templates}/resources/resources.go (100%) rename {templates => cmd/tuukoti/templates}/views/error.html (100%) rename {templates => cmd/tuukoti/templates}/views/index.html (100%) diff --git a/templates/config.yml b/cmd/tuukoti/templates/config.yml similarity index 100% rename from templates/config.yml rename to cmd/tuukoti/templates/config.yml diff --git a/templates/main.go.tmpl b/cmd/tuukoti/templates/main.go.tmpl similarity index 100% rename from templates/main.go.tmpl rename to cmd/tuukoti/templates/main.go.tmpl diff --git a/templates/resources/default.go b/cmd/tuukoti/templates/resources/default.go similarity index 100% rename from templates/resources/default.go rename to cmd/tuukoti/templates/resources/default.go diff --git a/templates/resources/resources.go b/cmd/tuukoti/templates/resources/resources.go similarity index 100% rename from templates/resources/resources.go rename to cmd/tuukoti/templates/resources/resources.go diff --git a/templates/views/error.html b/cmd/tuukoti/templates/views/error.html similarity index 100% rename from templates/views/error.html rename to cmd/tuukoti/templates/views/error.html diff --git a/templates/views/index.html b/cmd/tuukoti/templates/views/index.html similarity index 100% rename from templates/views/index.html rename to cmd/tuukoti/templates/views/index.html