zbchi opened a new pull request, #1:
URL: https://github.com/apache/dubbo-go-extensions/pull/1
## Description
Initialize dubbo-go-extensions repository with hystrix filter migrated
from dubbo-go.
## Changes
### Init Repository Structure
```
dubbo-go-extensions/
├── .asf.yaml
├── filter
│ └── hystrix
│ ├── filter.go
│ ├── filter_test.go
│ └── README.md
├── .github
│ ├── dependabot.yml
│ └── workflows
│ ├── github-actions.yml
│ └── golangci-lint.yml
├── .gitignore
├── .golangci.yml
├── go.mod
├── go.sum
├── LICENSE
├── .licenserc.yaml
├── NOTICE
└── README.md
```
### Changes to Hystrix filter
https://github.com/apache/dubbo-go/pull/3193
### Migration Details
**Source**: `dubbo.apache.org/dubbo-go/v3/filter/hystrix`
**Destination**: `github.com/apache/dubbo-go-extensions/filter/hystrix`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]