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

SRCS(
    io.go
)

GO_TEST_SRCS(io_test.go)

END()

RECURSE(
)