aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/exp/constraints/ya.make
blob: 645e8ade123b0e1d737640f2034408c973d35fba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(constraints.go)

GO_TEST_SRCS(constraints_test.go)

END()

RECURSE(gotest)