Skip to content

Commit

Permalink
BS: Display version
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Aug 22, 2019
1 parent fa2dc7a commit c2c2d53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/beacon_srv/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
load("//:scion.bzl", "scion_go_binary")

go_library(
name = "go_default_library",
Expand Down Expand Up @@ -44,7 +45,7 @@ go_library(
],
)

go_binary(
scion_go_binary(
name = "beacon_srv",
embed = [":go_default_library"],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit c2c2d53

Please sign in to comment.