github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/filter/README.md (about)

     1  # Filter
     2  
     3  Filter demonstrates how to filter requests in the client
     4  
     5  ## Usage
     6  
     7  ```
     8  // Run the service example
     9  go run ../service/main.go
    10  ```
    11  
    12  ```
    13  // Run the client
    14  go run main.go
    15  ```