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

SRCS(
    chunked.go
)

GO_TEST_SRCS(chunked_test.go)

END()

RECURSE(
    ascii
    testcert
)