Skip to content

Commit 318e82b

Browse files
authoredOct 13, 2023
*: move most of the packages to 'pkg' (#47123)
ref #41241
1 parent 93a834a commit 318e82b

File tree

4,495 files changed

+349293
-349278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,495 files changed

+349293
-349278
lines changed
 

‎.github/licenserc.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ header:
3636
- "**/go.sum"
3737
- "LICENSE"
3838
- ".github/"
39-
- "parser/"
39+
- "pkg/parser/"
4040
- "dumpling/"
41-
- "tidb-binlog/driver/example"
42-
- "tidb-binlog/proto/go-binlog/secondary_binlog.pb.go"
41+
- "pkg/tidb-binlog/driver/example"
42+
- "pkg/tidb-binlog/proto/go-binlog/secondary_binlog.pb.go"
4343
- "**/*.sql"
4444
- "**/*.csv"
4545
- "**/*.parquet"
@@ -48,6 +48,6 @@ header:
4848
- "build/image/.ci_bazel"
4949
- "**/OWNERS"
5050
- "OWNERS_ALIASES"
51-
- "disttask/**/mock/**/*_mock.go"
52-
- "util/sqlexec/mock/*_mock.go"
51+
- "pkg/disttask/**/mock/**/*_mock.go"
52+
- "pkg/util/sqlexec/mock/*_mock.go"
5353
comment: on-failure

‎.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "extension/enterprise"]
2-
path = extension/enterprise
2+
path = pkg/extension/enterprise
33
url = git@github.com:pingcap-inc/enterprise-extensions.git

0 commit comments

Comments
 (0)
Please sign in to comment.