1

add cgo example; fix zig url

This commit is contained in:
2021-06-07 22:33:34 +03:00
committed by Motiejus Jakštys
parent 5daa23e987
commit 5860621c80
4 changed files with 19 additions and 1 deletions

7
BUILD
View File

@@ -0,0 +1,7 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
# gazelle:build_file_name BUILD
gazelle(name = "gazelle")
buildifier(name = "buildifier")