xqdoo00o / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.
708 stars 134 forks source link

Go Build throwing error #10

Closed desis123 closed 1 year ago

desis123 commented 1 year ago

go build is throwing following error

./../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:479:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32) ../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:490:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32) ../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:491:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32) ../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:492:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)

desis123 commented 1 year ago

Okay for install compress you need go version 1.19 and up and that's why this error occured.