aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/flag/ya.make
blob: 3e45af40ad71e8a388e85506b868c7ebc2586b9e (plain) (blame)
1
2
3
4
5
6
7
GO_LIBRARY()
IF (TRUE)
    SRCS(
		flag.go
    )
ENDIF()
END()