Skip to content

Commit

Permalink
gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
farazdagi committed Jun 26, 2020
1 parent c522fa5 commit e1e9b76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shared/rand/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")
load("@prysm//tools/go:def.bzl", "go_library")

go_library(
Expand All @@ -6,3 +7,9 @@ go_library(
importpath = "github.com/prysmaticlabs/prysm/shared/rand",
visibility = ["//visibility:public"],
)

go_test(
name = "go_default_test",
srcs = ["rand_test.go"],
embed = [":go_default_library"],
)

0 comments on commit e1e9b76

Please sign in to comment.