aerial.nvim/tests/treesitter/starlark_test.bazel

6 lines
111 B
Text

load("@io_bazel_rules_go//go:def.bzl", "go_binary")
go_binary(
name = "hello",
srcs = ["hello.go"],
)