chunqian / go-raylib

go-raylib is a simple and easy-to-use library to enjoy videogames programming
zlib License
44 stars 3 forks source link

Can't go get go-raylib #2

Closed syrm closed 3 years ago

syrm commented 3 years ago

Hello,

I think you did a mistake in your go.mod, i can't get go-raylib

go get github.com/chunqian/go-raylib
go: downloading github.com/chunqian/go-raylib v0.0.0-20210114120212-428a22a78ede
go: github.com/chunqian/go-raylib upgrade => v0.0.0-20210114120212-428a22a78ede
go get: github.com/chunqian/go-raylib@v0.0.0-20210114120212-428a22a78ede: parsing go.mod:
        module declares its path as: goray
                but was required as: github.com/chunqian/go-raylib
chunqian commented 3 years ago

@syrm Thank you I have fixed it.