mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 09:38:17 +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")
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||||
|
|
||||||
|
alias(
|
||||||
|
name = "go_default_library",
|
||||||
|
actual = ":go",
|
||||||
|
)
|
||||||
|
|
||||||
go_library(
|
go_library(
|
||||||
name = "go",
|
name = "go",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user