mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Go bazel default target for gazelle (#5358)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
c5e2d37337
commit
766ed04422
@@ -1,5 +1,10 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
alias(
|
||||
name = "go_default_library",
|
||||
actual = ":go",
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go",
|
||||
srcs = [
|
||||
|
||||
Reference in New Issue
Block a user