Triangle345/GT

Allow go get to grab this code

Opened this issue · 5 comments

Currently, the only way to get this repo is via clone or zip download. For ease of use we should allow the source to be grabbed from a "go get" command.

Running go get github.com/Triangle345/GT currently mentions our inability to provide go source files:

kevin@k-deb:~/Documents/GoProjects$ go get github.com/Triangle345/GT
package github.com/Triangle345/GT: no buildable Go source files in /home/kevin/Documents/GoProjects/src/github.com/Triangle345/GT

Running go get on any other go repo works without reporting errors, i.e.:
kevin@k-deb:~/Documents/GoProjects/src/GT/Testing$ go get github.com/go-gl/gl/v3.2-core/gl

did you do go get -v github.com/Triangle345/GT in within your go path which should also contain the following folders:
pkg
src
bin

Yes,
The command was run from my GOPATH directory. The three folders you mention were in there. Just re-checked. And once again, I was able to install other deps (i.e. go get github.com/veandco/go-sdl2/sdl) from the same location.

I see. So go get simply downloads from git then builds and installs. Since GT is a game engine there is nothing to build/install as of yet. A good example would be how the mathgl (https://github.com/go-gl/mathgl) library handles it since that also has nothing to "build".

Did this get fixed with the addition of Engine.go? If so we should consider closing the issue.

no not really we need to think about changing our path from GT to github.com..
etc Then it will be "go gettable"

On Thu, Jun 30, 2016 at 10:09 PM, Kevin notifications@github.com wrote:

Did this get fixed with the addition of Engine.go? If so we should
consider closing the issue.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#8 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AEEHvtfmgE_B-d7UY8xd0WCNdqBjQcBkks5qRHbIgaJpZM4Ixk70
.