aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/io/ioutil/ya.make
blob: 6c36fb576c583f79aae90da712ea7d077b74be6e (plain) (blame)
1
2
3
4
5
6
7
8
GO_LIBRARY()
IF (TRUE)
    SRCS(
        ioutil.go
        tempfile.go
    )
ENDIF()
END()