IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
405 stars 93 forks source link

Go instalation instructions are out of date. #507

Open chrisrusso opened 11 months ago

chrisrusso commented 11 months ago

Dear Intelx team, you are probably aware of this, but here we go in any case:

As the title states, the installation instructions for Go are not up to date.

For example: "go get -u github.com/IntelligenceX/SDK/Go/ixapi" is not longer working in the actual go versions.

I had to use "go install github.com/IntelligenceX/SDK/Go/ixapi@latest" instead.

The output of the command was the following:

go: finding module for package github.com/go-dedup/simhash go: finding module for package github.com/gofrs/uuid go: found github.com/go-dedup/simhash in github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c go: found github.com/gofrs/uuid in github.com/gofrs/uuid v4.4.0+incompatible go: finding module for package github.com/go-dedup/text go: found github.com/go-dedup/text in github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7 go: finding module for package github.com/go-dedup/megophone go: found github.com/go-dedup/megophone in github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5 package github.com/IntelligenceX/SDK/Go/ixapi is not a main package

I'm having some issues to make this work. If I manage to solve the installation, I'll be happy to update the documentation in this ticket.

Ubuntu 22, Go version go1.18.1 linux/amd64