You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- start a [server](https://github.com/lesismal/arpc/blob/master/examples/rpc/server/server.go)
107
+
- start a [server](https://github.com/lesismal/arpcex/blob/master/examples/rpc/server/server.go)
108
108
109
109
```go
110
110
package main
@@ -126,7 +126,7 @@ func main() {
126
126
}
127
127
```
128
128
129
-
- start a [client](https://github.com/lesismal/arpc/blob/master/examples/rpc/client/client.go)
129
+
- start a [client](https://github.com/lesismal/arpcex/blob/master/examples/rpc/client/client.go)
130
130
131
131
```go
132
132
package main
@@ -299,7 +299,7 @@ go func() {
299
299
300
300
### Broadcast - Notify
301
301
302
-
- for more details: [**server**](https://github.com/lesismal/arpc/blob/master/examples/broadcast/server/server.go)[**client**](https://github.com/lesismal/arpc/blob/master/examples/broadcast/client/client.go)
302
+
- for more details: [**server**](https://github.com/lesismal/arpcex/blob/master/examples/broadcast/server/server.go)[**client**](https://github.com/lesismal/arpcex/blob/master/examples/broadcast/client/client.go)
0 commit comments