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