aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/net/textproto/ya.make
blob: dac7813c7d63cfb7cafe2adc20dd0b0dc61d33af (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(
    header.go
    pipeline.go
    reader.go
    textproto.go
    writer.go
)

GO_TEST_SRCS(
    header_test.go
    reader_test.go
    writer_test.go
)

END()

RECURSE(
)