aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/test/testhelpers/ya.make
blob: 267b73b0dcc14f3b6023c21e655ba575cacb3e9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    recurse.go
    remove_lines.go
)

GO_TEST_SRCS(remove_lines_test.go)

END()

RECURSE(gotest)