1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-21 00:16:59 +02:00

update upstream

This commit is contained in:
Chris Lu 2018-01-15 20:32:57 -08:00
parent 70f6740309
commit 1d09291f95

View file

@ -1,8 +1,8 @@
package compress package compress
import ( import (
"github.com/reducedb/encoding/cursor" "github.com/dataence/encoding/cursor"
"github.com/reducedb/encoding/delta/bp32" "github.com/dataence/encoding/delta/bp32"
) )
// Compress compresses in[]int32 to out[]int32 // Compress compresses in[]int32 to out[]int32