summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/php/BUILD
blob: 22aef7ba440201e026ccb174fc46770503435662 (plain)
1
2
3
4
5
6
7
8
load("@io_bazel_rules_go//go:def.bzl", "go_binary")

package(licenses = ["notice"])

go_binary(
    name = "proctor-php",
    srcs = ["proctor-php.go"],
)