Skip to content

Commit

Permalink
*: move util into pkg/util
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Sep 21, 2023
1 parent feeaec7 commit 1730a06
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions server/err/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "error",
srcs = ["error.go"],
importpath = "github.com/pingcap/tidb/server/error",
visibility = ["//visibility:public"],
deps = [
"//errno",
"//util/dbterror",
],
)

go_library(
name = "err",
srcs = ["error.go"],
Expand Down

0 comments on commit 1730a06

Please sign in to comment.