We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe29f5 commit 94a2d84Copy full SHA for 94a2d84
cmd/bb_portal/BUILD.bazel
@@ -26,7 +26,7 @@ go_library(
26
27
go_binary(
28
name = "bb_portal",
29
- cgo = True,
+ cgo = True, # keep
30
embed = [":bb_portal_lib"],
31
visibility = ["//visibility:public"],
32
)
0 commit comments