Added directory structure for routing

This commit is contained in:
2023-07-22 14:19:12 +02:00
parent 2fba1066f8
commit 416eb415a9
7 changed files with 69 additions and 19 deletions

View File

@ -2,7 +2,7 @@ project_name := "{{cookiecutter.project_name}}"
image_name := "{{cookiecutter.image_name}}"
run: ## Run the app
go run cmd/{{cookiecutter.project_name}}.go
go run cmd/{{cookiecutter.project_name}}/main.go
{% raw -%}
tidy: ## Generate go.mod & go.sum files