1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-04 20:44:27 +02:00

16 lines
181 B
Markdown
Raw Normal View History

2020-12-26 15:17:20 +00:00
# Filter
Filter demonstrates how to filter requests in the client
## Usage
```
// Run the service example
go run ../service/main.go
```
```
// Run the client
go run main.go
```