gitrob icon indicating copy to clipboard operation
gitrob copied to clipboard

cannot use user.ID (type *int64)

Open jaikishantulswani opened this issue 7 years ago • 3 comments

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

jaikishantulswani avatar Jun 11 '18 05:06 jaikishantulswani

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)

godwhoa avatar Jun 15 '18 09:06 godwhoa

I think this is the main issue :( Architecture i686 is not supported by this installation script

jaikishantulswani avatar Jun 15 '18 09:06 jaikishantulswani

@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!

mattyjones avatar May 23 '20 03:05 mattyjones