aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/strconv/ya.make
blob: 14be7d89f1d2166c3ec75231c0cc9ac4cf813806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()
IF (TRUE)
    SRCS(
        atob.go
        atoc.go
        atof.go
        atoi.go
        bytealg.go
        ctoa.go
        decimal.go
        doc.go
        eisel_lemire.go
        ftoa.go
        ftoaryu.go
        isprint.go
        itoa.go
        quote.go
    )
ENDIF()
END()