xqdoo00o / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.
650 stars 129 forks source link

Go Build throwing error #10

Closed desis123 closed 11 months ago

desis123 commented 11 months 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 11 months ago

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