load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "handler", srcs = ["handler.go"], importpath = "github.com/Baitinq/fs-tracer-backend/src/rest-api/handler", visibility = ["//visibility:public"], deps = ["@com_github_segmentio_kafka_go//:kafka-go"], )