This is an automated email from the ASF dual-hosted git repository. xuetaoli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-go-extensions.git
commit de428af0b99efba461d8f3d64de198123580bd38 Merge: 5387807 5e54147 Author: Xuetao Li <[email protected]> AuthorDate: Thu Mar 12 16:55:45 2026 +0800 Merge pull request #1 from zbchi/main feat: init repo and migrate hystrix from dubbo-go .asf.yaml | 10 + .github/dependabot.yml | 20 + .github/workflows/github-actions.yml | 119 ++++ .gitignore | 44 ++ .golangci.yml | 45 ++ .licenserc.yaml | 57 ++ LICENSE | 202 +++++++ NOTICE | 5 + README.md | 33 ++ README_CN.md | 33 ++ filter/hystrix/README.md | 92 ++++ filter/hystrix/README_CN.md | 92 ++++ filter/hystrix/filter.go | 162 ++++++ filter/hystrix/filter_test.go | 86 +++ go.mod | 62 +++ go.sum | 1011 ++++++++++++++++++++++++++++++++++ readme.md | 1 - 17 files changed, 2073 insertions(+), 1 deletion(-)
