[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:
Brotli
2025-06-18 07:46:14 -07:00
committed by Copybara-Service
parent 418237cff4
commit 4cb7828376

View File

@@ -10,6 +10,7 @@ go_library(
"decode.go",
"reader.go",
],
importpath = "github.com/google/brotli/go/brotli",
)
go_test(