Skip to content

Commit

Permalink
fix bazel file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedirtwalker committed Aug 27, 2019
1 parent b59b08a commit 7652c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/lib/infra/modules/segfetcher/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_library(
"request.go",
"requester.go",
"resolver.go",
"revocation.go",
"segreplyhandler.go",
"segs.go",
"splitter.go",
Expand Down Expand Up @@ -37,6 +38,7 @@ go_test(
"fetcher_test.go",
"requester_test.go",
"resolver_test.go",
"revocation_test.go",
"segreplyhandler_test.go",
],
embed = [":go_default_library"],
Expand Down

0 comments on commit 7652c85

Please sign in to comment.