aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/coverage/pods/ya.make
blob: 0d88aa13c642a7421416708f98fa4d2934cf3fd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    pods.go
)

GO_XTEST_SRCS(pods_test.go)

END()

RECURSE(
)