aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/klauspost/compress/internal/fuzz/ya.make
blob: dcd94e1a1649097a05fce021aa4aa7a1bd5a2272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(
    Apache-2.0 AND
    BSD-3-Clause AND
    MIT
)

SRCS(helpers.go)

END()