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

SRCS(
    message.go
)

GO_TEST_SRCS(message_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)