Skip to content

Commit

Permalink
Default go build rule in pathz (#177)
Browse files Browse the repository at this point in the history
add default go rule for pathz
  • Loading branch information
rlucus authored Apr 18, 2024
1 parent 277ee5c commit c1d3fae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pathz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ go_proto_library(
"@com_github_openconfig_gnmi//proto/gnmi:gnmi_go_proto",
],
)

go_library(
name = "pathz",
embed = [":pathz_go_proto"],
importpath = "github.com/openconfig/gnsi/pathz",
)

0 comments on commit c1d3fae

Please sign in to comment.