aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/exp/constraints/ya.make
blob: 272c14360333464bc0c7a85a98770b1db16922d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    constraints.go
)

GO_TEST_SRCS(constraints_test.go)

END()

RECURSE(
    gotest
)