mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
17 lines
365 B
Python
Generated
17 lines
365 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 = "util",
|
|
srcs = ["util.go"],
|
|
importpath = "github.com/github/codeql-go/extractor/util",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
go_test(
|
|
name = "util_test",
|
|
srcs = ["util_test.go"],
|
|
embed = [":util"],
|
|
)
|