blob: 9aa92c9abc96056b8351931ac68e2659f0c3e9ed [file] [log] [blame]
Philipp Schraderc49eaf72023-02-26 16:56:52 -08001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "background",
5 srcs = ["background.go"],
6 importpath = "github.com/frc971/971-Robot-Code/scouting/scraping/background",
7 target_compatible_with = ["@platforms//cpu:x86_64"],
8 visibility = ["//visibility:public"],
9)