🔧 chore: update all references from DanceLessonsCoach to dance-lessons-coach
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 4m0s
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 4m0s
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user