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

SRCS(
    reader.go
    writer.go
)

GO_TEST_SRCS(
    reader_test.go
    writer_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)