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

SRCS(
    jar.go
    punycode.go
)

GO_TEST_SRCS(
    jar_test.go
    punycode_test.go
)

GO_XTEST_SRCS(
    dummy_publicsuffix_test.go
    example_test.go
)

END()

RECURSE(
)