mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[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
This commit is contained in:
@@ -10,6 +10,7 @@ go_library(
|
||||
"decode.go",
|
||||
"reader.go",
|
||||
],
|
||||
importpath = "github.com/google/brotli/go/brotli",
|
||||
)
|
||||
|
||||
go_test(
|
||||
|
||||
Reference in New Issue
Block a user