aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/encoding/ascii85/ya.make
blob: 684a7bee75bb19b3f7a6c820e74f8d0775e43f91 (plain) (blame)
1
2
3
4
5
6
7
8
9
SUBSCRIBER(g:contrib)

GO_LIBRARY()
IF (TRUE)
    SRCS(
        ascii85.go
    )
ENDIF()
END()