show loading message on start of program
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user