...

Text file src/edge-infra.dev/pkg/edge/datasync/internal/timer/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/datasync/internal/timer

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "timer",
     5    srcs = ["timer.go"],
     6    importpath = "edge-infra.dev/pkg/edge/datasync/internal/timer",
     7    visibility = ["//pkg/edge/datasync:__subpackages__"],
     8)

View as plain text