diff --git a/go-cli/cmd/main.go b/go-cli/cmd/main.go index c08d4e6..458b817 100644 --- a/go-cli/cmd/main.go +++ b/go-cli/cmd/main.go @@ -497,7 +497,7 @@ func unaryInterceptor(ctx context.Context, method string, req, reply interface{} } func main() { - logrus.Infof("hello world") + logrus.Infof("Loading customer data...wait a moment") humansData := getHumansData() p := tea.NewProgram(initialModel(humansData))