]> git.lizzy.rs Git - mt.git/blobdiff - serialize.go
import zstd lib
[mt.git] / serialize.go
index 57a8e380fbd7701ec69ef8d3352f697cf46b925d..9c6d8269231e212ba36506fa5090d7ad544872ff 100644 (file)
@@ -13,6 +13,8 @@ import (
        "math"
        "sort"
        "unicode/utf16"
+
+       "github.com/klauspost/compress/zstd"
 )
 
 func write8(w io.Writer, x uint8) {