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

LICENSE(BSD-3-Clause)

SRCS(maps.go)

GO_TEST_SRCS(maps_test.go)

END()

RECURSE(gotest)