aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/itoa/ya.make
blob: b17c3533f6ffc59967bb58da0f9941dc511772ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    itoa.go
)

GO_XTEST_SRCS(itoa_test.go)

END()

RECURSE(
)