Het Satasiya | c6df332 | 2022-02-05 14:12:30 -0800 | [diff] [blame^] | 1 | load("@io_bazel_rules_go//go:def.bzl", "go_library") |
2 | |||||
3 | go_library( | ||||
4 | name = "scraping", | ||||
5 | srcs = [ | ||||
6 | "scrape.go", | ||||
7 | "types.go", | ||||
8 | ], | ||||
9 | importpath = "github.com/frc971/971-Robot-Code/scouting/scraping", | ||||
10 | target_compatible_with = ["@platforms//cpu:x86_64"], | ||||
11 | visibility = ["//visibility:public"], | ||||
12 | ) |