🔧 chore: update all references from DanceLessonsCoach to dance-lessons-coach
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 4m0s

This commit is contained in:
2026-04-06 17:27:07 +02:00
parent cb656b2711
commit 157d8e2d19
14 changed files with 579 additions and 101 deletions

View File

@@ -1,8 +1,8 @@
// Package main provides the DanceLessonsCoach server entry point
// Package main provides the dance-lessons-coach server entry point
//
// @title DanceLessonsCoach API
// @version 1.1.1
// @description API for DanceLessonsCoach service providing greeting functionality
// @title dance-lessons-coach API
// @version 1.2.0
// @description API for dance-lessons-coach service providing greeting functionality
// @termsOfService http://swagger.io/terms/
// @contact.name API Support
@@ -23,9 +23,9 @@ import (
"fmt"
"os"
"DanceLessonsCoach/pkg/config"
"DanceLessonsCoach/pkg/server"
"DanceLessonsCoach/pkg/version"
"dance-lessons-coach/pkg/config"
"dance-lessons-coach/pkg/server"
"dance-lessons-coach/pkg/version"
"github.com/rs/zerolog/log"
)