blob: af5ae1ce7f5344689b27d63c182491f6c23524db [file] [log] [blame] [view]
# Metadata example
This example shows how to set and read metadata in RPC headers and trailers.
Please see
[grpc-metadata.md](https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-metadata.md)
for more information.
## Start the server
```
go run server/main.go
```
## Run the client
```
go run client/main.go
```