1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00
go-micro/examples/filter/README.md
2020-12-26 15:17:20 +00:00

181 B

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