Skip to content
2 changes: 2 additions & 0 deletions ext/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ go_library(
"lists.go",
"math.go",
"native.go",
"network.go",
"protos.go",
"regex.go",
"sets.go",
Expand Down Expand Up @@ -60,6 +61,7 @@ go_test(
"lists_test.go",
"math_test.go",
"native_test.go",
"network_test.go",
"protos_test.go",
"regex_test.go",
"sets_test.go",
Expand Down
Loading