blob: c48d6bd8413e16323e4129c97b557bd5f154f42f [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "httpclient",
srcs = ["httpclient.go"],
importpath = "go.skia.org/infra/gold-client/go/httpclient",
visibility = ["//visibility:public"],
)