# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.program { name = "nhsenglandtests"; srcs = [ ./nhsenglandtests.go ]; deps = with depot.third_party; []; }