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

SRCS(
    pem.go
)

GO_TEST_SRCS(pem_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)