blob: 9aa92c9abc96056b8351931ac68e2659f0c3e9ed [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "background",
srcs = ["background.go"],
importpath = "github.com/frc971/971-Robot-Code/scouting/scraping/background",
target_compatible_with = ["@platforms//cpu:x86_64"],
visibility = ["//visibility:public"],
)