Skip to content

Commit

Permalink
add default go rule for pathz
Browse files Browse the repository at this point in the history
  • Loading branch information
rlucus committed Mar 20, 2024
1 parent 0342fdd commit 823379e
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 823379e

Please sign in to comment.