Skip to content

Commit

Permalink
Go bazel default target for gazelle (google#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthab authored and aardappel committed May 21, 2019
1 parent c5e2d37 commit 766ed04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 766ed04

Please sign in to comment.