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

SRCS(
    dump.go
    httputil.go
    persist.go
    reverseproxy.go
)

GO_TEST_SRCS(
    dump_test.go
    reverseproxy_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)