blob: 31799b77ae6a05bfea5750907ff77bc2bd667ebe (
plain)
1
2
3
4
5
6
7
8
9
|
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
package(licenses = ["notice"])
go_binary(
name = "proctor-php",
srcs = ["proctor-php.go"],
deps = ["//test/runtimes/common"],
)
|