This commit is contained in:
2025-03-19 18:49:31 -04:00
parent abb60cb96a
commit 3cb9793594
5 changed files with 2837 additions and 83 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ func (a *App) startup(ctx context.Context) {
// Greet returns a greeting for the given name
func (a *App) Greet(name string) string {
return fmt.Sprintf("Hello %s, It's show time!", name)
return fmt.Sprintf("Hello %s, here's your song!", name)
}