We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7382f commit 5448119Copy full SHA for 5448119
pkg/planner/util/coreusage/BUILD.bazel
@@ -3,8 +3,8 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
3
go_library(
4
name = "coreusage",
5
srcs = [
6
- "costMisc.go",
7
- "optTracer.go",
+ "cost_misc.go",
+ "opt_tracer.go",
8
],
9
importpath = "github.com/pingcap/tidb/pkg/planner/util/coreusage",
10
visibility = ["//visibility:public"],
0 commit comments