aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/yandex/deploy/podagent/ya.make
blob: 4ae3d12925ef0d8d32e4a0d2097906552cfef05a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

SRCS(
    client.go
    doc.go
    env.go
    options.go
    responses.go
)

GO_XTEST_SRCS(client_test.go)

END()

RECURSE(gotest)