SocialHarvest / harvester

The Social Harvest server that exposes an API and harvests data from the web to be analyzed.
Other
111 stars 44 forks source link

Go get is returning an error #73

Closed Benoss closed 9 years ago

Benoss commented 9 years ago

Ubuntu 14.04 with go 1.4

~/go $ go get github.com/SocialHarvest/harvester
# github.com/SocialHarvestVendors/sqlx
src/github.com/SocialHarvestVendors/sqlx/sqlx.go:61: invalid argument m.TypeMap(t) (type *reflectx.StructMap) for len

Do I need a specific version of Go to get it ?

tmaiaroto commented 9 years ago

1.4 should do it. I'll take a look.

tmaiaroto commented 9 years ago

I updated the vendor package and it seems to be getting beyond this point on my Ubuntu server. However, I believe I don't have enough RAM to build so I'm running into another signal: killed error. So could you give it a shot now? go get -u

Benoss commented 9 years ago

Worked thanks !