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

SRCS(
    slicewriter.go
)

GO_TEST_SRCS(slw_test.go)

END()

RECURSE(
)