aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/klauspost/compress/internal/snapref/ya.make
blob: d41196caf1c21312ce906dec475916ac06d0bbb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GO_LIBRARY()

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

SRCS(
    decode.go
    decode_other.go
    encode.go
    encode_other.go
    snappy.go
)

END()