[v2] Small template fix

This commit is contained in:
Lea Anthony
2021-09-20 21:43:25 +10:00
parent 09a73540ea
commit 92a80c7b69

View File

@@ -28,5 +28,5 @@ func (b *App) shutdown(ctx context.Context) {
// Greet returns a greeting for the given name
func (b *App) Greet(name string) string {
return fmt.Sprintf("Hello %s, It's your show time!", name)
return fmt.Sprintf("Hello %s, It's show time!", name)
}