mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
287 B
Python
Generated
11 lines
287 B
Python
Generated
# generated running `bazel run //go/gazelle`, do not edit
|
|
|
|
load("@rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "diagnostics",
|
|
srcs = ["diagnostics.go"],
|
|
importpath = "github.com/github/codeql-go/extractor/diagnostics",
|
|
visibility = ["//visibility:public"],
|
|
)
|