generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Add support for Nacos v2 SDK (#23)
* fix:兼容了nacos-v2-go-sdk * fix:兼容了nacos-v2-go-sdk * fix:兼容了nacos-v2-go-sdk * fix:兼容了nacos-v2-go-sdk * fix:兼容了nacos-v2-go-sdk * style: use gofumpt * feat: add submoudle unittest * feat: add submoudle unittest * style: simple code --------- Co-authored-by: kinggo <lilong.21@bytedance.com>
1 parent
8375cb2
commit 698e368
Showing
51 changed files
with
2,989 additions
and
1,652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ jobs: | |
# https://golangci-lint.run/ | ||
uses: golangci/golangci-lint-action@v3 | ||
with: | ||
version: latest | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
TOOLS_SHELL="./hack/tools.sh" | ||
|
||
.PHONY: test | ||
test: | ||
@${TOOLS_SHELL} test | ||
@echo "go test finished" | ||
|
||
|
||
|
||
.PHONY: vet | ||
vet: | ||
@${TOOLS_SHELL} vet | ||
@echo "vet check finished" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.