Skip to content

Commit

Permalink
refactor: move package demo out of package core
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLYC committed Oct 27, 2022
1 parent 596975c commit 09117a0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/demo/benchmark_test.go → demo/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"testing"

"github.com/TencentBlueKing/bk-apigateway-sdks/core/bkapi"
"github.com/TencentBlueKing/bk-apigateway-sdks/core/demo"
"github.com/TencentBlueKing/bk-apigateway-sdks/demo"
)

type mockTransport struct {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion core/demo/client_test.go → demo/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

"github.com/TencentBlueKing/bk-apigateway-sdks/core/bkapi"
"github.com/TencentBlueKing/bk-apigateway-sdks/core/define"
"github.com/TencentBlueKing/bk-apigateway-sdks/core/demo"
"github.com/TencentBlueKing/bk-apigateway-sdks/demo"
)

var _ = Describe("Client", func() {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion core/demo/operation_test.go → demo/operation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
. "github.com/onsi/gomega"

"github.com/TencentBlueKing/bk-apigateway-sdks/core/bkapi"
"github.com/TencentBlueKing/bk-apigateway-sdks/core/demo"
"github.com/TencentBlueKing/bk-apigateway-sdks/demo"
)

var _ = Describe("Operation", func() {
Expand Down
File renamed without changes.

0 comments on commit 09117a0

Please sign in to comment.