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

SRCS(
    url.go
)

GO_TEST_SRCS(url_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)