aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/strconv/ya.make
blob: 34988bfd2f9bc931b0b0987182864c4598db0734 (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()