aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/compress/flate/ya.make
blob: 026ad4362538167ac665bafcdc3c97f96da55359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
GO_LIBRARY()
IF (TRUE)
    SRCS(
		deflate.go
		deflatefast.go
		dict_decoder.go
		huffman_bit_writer.go
		huffman_code.go
		inflate.go
		token.go
    )
ENDIF()
END()