mirror of https://github.com/dapr/docs.git
fix gRPC-integration.md
This commit is contained in:
parent
dc863f1dba
commit
8ac1551a3e
|
@ -86,7 +86,7 @@ data := []byte("ping")
|
|||
// create the client
|
||||
client, err := dapr.NewClient()
|
||||
if err != nil {
|
||||
logger.Panic(err)
|
||||
log.Panic(err)
|
||||
}
|
||||
defer client.Close()
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue