Select the types of activity you want to include in your feed.
1load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3go_library( 4 name = "cmd", 5 srcs = ["flags.go"], 6 importpath = "github.com/sourcegraph/zoekt/cmd", 7 visibility = ["//visibility:public"], 8 deps = [ 9 "//:zoekt", 10 "//build", 11 ], 12)