aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/encoding/base64/ya.make
blob: 282e7a5a030fb02f90c010ea43f4e7d7ac8b10e1 (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
        base64.go
    )
ENDIF()
END()