mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
18 lines
409 B
Python
Generated
18 lines
409 B
Python
Generated
# generated running `bazel run //go/gazelle`, do not edit
|
|
|
|
load("@rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "dbscheme",
|
|
srcs = [
|
|
"dbscheme.go",
|
|
"tables.go",
|
|
],
|
|
importpath = "github.com/github/codeql-go/extractor/dbscheme",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//go/extractor/trap",
|
|
"@org_golang_x_tools//go/packages",
|
|
],
|
|
)
|