blob: 20726ca8c96d6d9ad7338565333d10f9cc4f9c4b [file] [log] [blame]
Philipp Schradera9a79392023-03-25 13:28:31 -07001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "background_task",
5 srcs = ["background_task.go"],
6 importpath = "github.com/frc971/971-Robot-Code/scouting/background_task",
7 target_compatible_with = ["@platforms//cpu:x86_64"],
8 visibility = ["//visibility:public"],
9)