Sign in
skia
/
buildbot
/
320f273a3e88a79d061bdd90ee6ad0d515e9c23a
/
.
/
gold-client
/
go
/
httpclient
/
BUILD.bazel
blob: 3517e4be3e6fb59ef2fb9f076ba1fd364bb586f4 [
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"
],
deps
=
[
"//go/skerr"
],
)