cannot use user.ID (type *int64)
I am still getting this :(
go/src/github.com/michenriksen/gitrob/core/github.go:43:7: cannot use user.ID (type *int64) as type *int in field value go/src/github.com/michenriksen/gitrob/core/github.go:73:13: cannot use repo.ID (type *int64) as type *int in field value go/src/github.com/michenriksen/gitrob/core/github.go:105:75: cannot use member.ID (type *int64) as type *int in field value
Try running dep ensure inside go/src/github.com/michenriksen/gitrob
dep installation instructions here.
➜ ~ go get github.com/michenriksen/gitrob
# github.com/michenriksen/gitrob/core
Desktop/gopath/src/github.com/michenriksen/gitrob/core/github.go:43:7: cannot use user.ID (type *int) as type *int64 in field value
Desktop/gopath/src/github.com/michenriksen/gitrob/core/github.go:73:13: cannot use repo.ID (type *int) as type *int64 in field value
Desktop/gopath/src/github.com/michenriksen/gitrob/core/github.go:105:75: cannot use member.ID (type *int) as type *int64 in field value
➜ ~ cd $GOPATH/src/github.com/michenriksen/gitrob
➜ gitrob git:(master) go build
# github.com/michenriksen/gitrob/core
core/github.go:43:7: cannot use user.ID (type *int) as type *int64 in field value
core/github.go:73:13: cannot use repo.ID (type *int) as type *int64 in field value
core/github.go:105:75: cannot use member.ID (type *int) as type *int64 in field value
➜ gitrob git:(master) dep ensure
➜ gitrob git:(master) go build
➜ gitrob git:(master)
I think this is the main issue :( Architecture i686 is not supported by this installation script
@godwhoa @jaikishantulswani This has been fixed in the new fork of the project as this project is no longer maintained. Please open any new comments or bugs in that repo going forward. Thanks!