Skip to content

Commit

Permalink
ext: Rename go_strings_library Bazel target to go_default_library (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinxsliu authored Oct 12, 2021
1 parent 9630e6c commit 92119b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package(
)

go_library(
name = "go_strings_library",
name = "go_default_library",
srcs = [
"encoders.go",
"guards.go",
Expand All @@ -31,7 +31,7 @@ go_test(
"strings_test.go",
],
embed = [
":go_strings_library",
":go_default_library",
],
deps = [
"//cel:go_default_library",
Expand Down

0 comments on commit 92119b8

Please sign in to comment.