Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed May 16, 2024
1 parent c5f642f commit b1d2cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Visit [the official website](https://dubbo.apache.org/) for more information.

## Getting started

You can learn how to develop a dubbo-go RPC application step by step in 5 minutes by following our [Quick Start](https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/rpc/) demo.
You can learn how to develop a dubbo-go RPC application step by step in 5 minutes by following our [Quick Start](https://github.com/apache/dubbo-go-samples/tree/main/helloworld) demo.

It's as simple as the code shown below, you define a service with Protobuf, provide your own service implementation, register it to a server, and start the server.

Expand Down

0 comments on commit b1d2cb3

Please sign in to comment.