aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/mime/quotedprintable/ya.make
blob: b3fe9b7d9728999c01eb7ff5f43599c835e624f3 (plain) (blame)
1
2
3
4
5
6
7
8
GO_LIBRARY()
IF (TRUE)
    SRCS(
        reader.go
        writer.go
    )
ENDIF()
END()