aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/path/ya.make
blob: 8cb503647a4eb3238d51a30d57ad073919238dca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

SRCS(
    match.go
    path.go
)

GO_XTEST_SRCS(
    example_test.go
    match_test.go
    path_test.go
)

END()

RECURSE(
    filepath
)