mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
21 lines
483 B
Python
Generated
21 lines
483 B
Python
Generated
# generated running `bazel run //go/gazelle`, do not edit
|
|
|
|
load("@rules_go//go:def.bzl", "go_library", "go_test")
|
|
|
|
go_library(
|
|
name = "srcarchive",
|
|
srcs = [
|
|
"projectlayout.go",
|
|
"srcarchive.go",
|
|
],
|
|
importpath = "github.com/github/codeql-go/extractor/srcarchive",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//go/extractor/util"],
|
|
)
|
|
|
|
go_test(
|
|
name = "srcarchive_test",
|
|
srcs = ["projectlayout_test.go"],
|
|
embed = [":srcarchive"],
|
|
)
|