valyala / gozstd

go wrapper for zstd
MIT License
421 stars 60 forks source link

dep ensure giving error #5

Closed vdepatla closed 5 years ago

vdepatla commented 5 years ago

though go get for the library works fine, when I do dep ensure gives the following error. Any pointers ?

vendor/github.com/valyala/gozstd/dict.go:8:31: fatal error: dictBuilder/zdict.h: No such file or directory

valyala commented 5 years ago

@vdepatla , this issue may be already solved by 1628254791e01021ac91f97df93db05d51f97973 . Could you confirm this?

valyala commented 5 years ago

Closing this issue due to inactivity and due to dep deprecation in favor of go mod. Feel free re-opening it if it still exists.