Commit 766ed044 authored by Siddhartha Bagaria's avatar Siddhartha Bagaria Committed by Wouter van Oortmerssen

Go bazel default target for gazelle (#5358)

parent c5e2d373
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 = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment