Golang *.tar.xz decompress.
import "github.com/yi-ge/unxz" u := unxz.New(filePath, outDir) err := u.Extract()