Skip to content

Commit aa1e2f4

Browse files
Update bazel build
1 parent 83370d5 commit aa1e2f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

common/types/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ go_library(
2222
"format.go",
2323
"list.go",
2424
"map.go",
25+
"memory_tracker.go",
2526
"native.go",
2627
"null.go",
2728
"object.go",
@@ -72,6 +73,7 @@ go_test(
7273
"json_struct_test.go",
7374
"list_test.go",
7475
"map_test.go",
76+
"memory_tracker_test.go",
7577
"native_test.go",
7678
"null_test.go",
7779
"object_test.go",

0 commit comments

Comments
 (0)