Skip to content

Commit 4cb7828

Browse files
Brotlicopybara-github
authored andcommitted
[brotli/go] Add missing importpath BUILD.bazel
Otherwise the package cannot be imported correctly in open source. This CL allows the brotli and cbrotli tests to pass correctly with bazel (open-source version of blaze). PiperOrigin-RevId: 772917739
1 parent 418237c commit 4cb7828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/brotli/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ go_library(
1010
"decode.go",
1111
"reader.go",
1212
],
13+
importpath = "github.com/google/brotli/go/brotli",
1314
)
1415

1516
go_test(

0 commit comments

Comments
 (0)