Skip to content

Commit

Permalink
bazel(executor): add event.go to srcs
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Jan 28, 2021
1 parent bb3bd03 commit a843890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "executor",
srcs = [
"event.go",
"executor.go",
"heap_trace.go",
],
Expand Down

0 comments on commit a843890

Please sign in to comment.