# Dapr Conversation Example with go-sdk ## Step ### Prepare - Dapr installed ### Run Conversation Example ```bash dapr run --app-id conversation \ --dapr-grpc-port 50001 \ --log-level debug \ --resources-path ./config \ -- go run ./main.go ``` ## Result ``` - '== APP == conversation output: hello world' ```