1

Enable Lint on CI (#2)

This commit is contained in:
Zhongpeng Lin
2023-02-19 21:48:09 -08:00
committed by Motiejus Jakštys
parent a1b1be2303
commit fef28b9706
14 changed files with 332 additions and 79 deletions

View File

@@ -9,7 +9,7 @@ go_library(
name = "cgo_lib",
srcs = ["cgo.go"],
cgo = True,
importpath = "git.sr.ht/~motiejus/bazel-zig-cc/test/cgo",
importpath = "github.com/uber/bazel-zig-cc/test/cgo",
visibility = ["//visibility:private"],
)