docs: remove embedmd check

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2022-04-17 12:43:44 +08:00
parent c3db870e59
commit 87c2977f6a
1 changed files with 0 additions and 3 deletions

View File

@ -1033,7 +1033,6 @@ GORUSH_GRPC_ENABLED=true GORUSH_GRPC_PORT=3000 gorush
The following example code to send single notification in Go.
[embedmd]:# (rpc/example/go/send/main.go go)
```go
package main
@ -1099,7 +1098,6 @@ func main() {
See the Node.js example and see more detail frome [README](rpc/example/node/README.md):
[embedmd]:# (rpc/example/node/client.js js)
```js
var messages = require('./gorush_pb');
var services = require('./gorush_grpc_pb');
@ -1138,7 +1136,6 @@ main();
GRPC Health Checking example: See [document](https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
[embedmd]:# (rpc/example/go/send/main.go go)
```go
package main