aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/database/sql/driver/ya.make
blob: 4f3af93f39a5ebbadaee3ecab0bf1bcef539563b (plain) (blame)
1
2
3
4
5
6
7
8
GO_LIBRARY()
IF (TRUE)
    SRCS(
        driver.go
        types.go
    )
ENDIF()
END()