Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/features/metadata_interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ func SomeStreamInterceptor(srv interface{}, ss grpc.ServerStream, info *grpc.Str

return handler(srv, &wrappedStream{ss, ctx})
}
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ go run server/main.go

```
go run client/main.go
```
```
2 changes: 1 addition & 1 deletion security/advancedtls/testdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ commands we run:
```
$ openssl verify -verbose -CAfile ca_cert.pem subject_cert.pem

```
```