Skip to content

Commit

Permalink
[go_library] add .x file to declared output files in DefaultInfo (baz…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-french committed Feb 16, 2024
1 parent 1da046a commit 8c014fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/rules/library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _go_library_impl(ctx):
source,
archive,
DefaultInfo(
files = depset([archive.data.file]),
files = depset([archive.data.export_file]),
),
coverage_common.instrumented_files_info(
ctx,
Expand Down

0 comments on commit 8c014fd

Please sign in to comment.