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() {
|
func main() {
|
||||||
logrus.Infof("hello world")
|
logrus.Infof("Loading customer data...wait a moment")
|
||||||
|
|
||||||
humansData := getHumansData()
|
humansData := getHumansData()
|
||||||
p := tea.NewProgram(initialModel(humansData))
|
p := tea.NewProgram(initialModel(humansData))
|
||||||
|
|||||||
Reference in New Issue
Block a user