1 2 3 4 5 6 7 8 9
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 = ["//vendor/github.com/segmentio/kafka-go"], )