Skip to content

Commit

Permalink
Move go-sdk to separate repo
Browse files Browse the repository at this point in the history
Signed-off-by: “huazhongming” <[email protected]>
  • Loading branch information
CrazyHZM committed Nov 7, 2024
1 parent b4fed4d commit 49116e6
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 3,093 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sdk/go-sdk"]
path = sdk/go-sdk
url = [email protected]:layotto/go-sdk.git
3 changes: 0 additions & 3 deletions make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ endif
ifeq ($(origin TEST_WASM_DIR),undefined)
TEST_WASM_DIR := $(ROOT_DIR)/test
endif
ifeq ($(origin TEST_RUNTIME_DIR),undefined)
TEST_RUNTIME_DIR := $(ROOT_DIR)/sdk/go-sdk/test
endif
ifeq ($(origin DEMO_DIR),undefined)
DEMO_DIR := $(ROOT_DIR)/demo
endif
Expand Down
3 changes: 0 additions & 3 deletions make/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ go.lint: go.lint.verify
go.unittest:
@echo "===========> Run unit test in diagnostics" > $(UNITTEST_OUT) && \
$(GO) test -count=1 -timeout=10m -short -v `go list ./diagnostics/...` >> $(UNITTEST_OUT) && \
echo "===========> Run unit test in sdk/go-sdk" >> $(UNITTEST_OUT) && \
cd sdk/go-sdk && $(GO) test -count=1 -timeout=10m -short -v `go list ./... | grep -v runtime` >> $(UNITTEST_OUT) && \
echo "===========> Run unit test in components" >> $(UNITTEST_OUT) && \
cd ../../components && $(GO) test -count=1 -timeout=10m -short -v `go list ./...` >> $(UNITTEST_OUT) && \
echo "===========> Run unit test in pkg" >> $(UNITTEST_OUT) && \
Expand Down Expand Up @@ -199,5 +197,4 @@ go.format: go.format.verify
$(GO) mod tidy
cd components && $(GO) mod tidy
cd demo && $(GO) mod tidy
cd sdk/go-sdk && $(GO) mod tidy
cd spec && $(GO) mod tidy
169 changes: 0 additions & 169 deletions sdk/go-sdk/client/client.go

This file was deleted.

95 changes: 0 additions & 95 deletions sdk/go-sdk/client/client_generated.go

This file was deleted.

Loading

0 comments on commit 49116e6

Please sign in to comment.