show loading message on start of program

This commit is contained in:
talksik
2025-10-28 17:08:02 -07:00
parent dadbca4b5f
commit 31b8071350
+1 -1
View File
@@ -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))