Skip to content

Commit

Permalink
Running go link
Browse files Browse the repository at this point in the history
  • Loading branch information
nikunjy committed Jul 26, 2020
1 parent 515430c commit 7423c84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protos/hello/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@golink//proto:proto.bzl", "go_proto_link")
load("@rules_proto//proto:defs.bzl", "proto_library")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
Expand All @@ -22,3 +23,9 @@ go_library(
importpath = "github.com/nikunjy/go/protos/hello",
visibility = ["//visibility:public"],
)

go_proto_link(
name = "hello_go_proto_link",
dep = ":hello_go_proto",
version = "v1",
)

0 comments on commit 7423c84

Please sign in to comment.