Sign in
skia
/
buildbot
/
refs/heads/main
/
.
/
go
/
chatbot
/
BUILD.bazel
blob: 7580fa8c009bcb58eb5c05e53517cf8e34fdbaac [
file
] [
log
] [
blame
] [
edit
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"chatbot"
,
srcs
=
[
"bot.go"
],
importpath
=
"go.skia.org/infra/go/chatbot"
,
visibility
=
[
"//visibility:public"
],
deps
=
[
"//go/httputils"
,
"//go/metadata"
,
"//go/sklog"
,
],
)