Hacker News new | ask | show | jobs
by xtacy 4235 days ago
I get this error when building it. Any thoughts?

    $ go get -u github.com/miketheprogrammer/go-thrust                                                                                          
    package github.com/miketheprogrammer/go-thrust
    	imports github.com/miketheprogrammer/go-thrust
    	imports github.com/miketheprogrammer/go-thrust: no buildable Go source files in /Users/user/.gocode/src/github.com/miketheprogrammer/go-thrust
3 comments

Apologies to all, we are restructuring the application to work better with go get. You can try with the -d flag to avoid building files. this should download the application to the proper gopath. then you can use the instructions from the go-thrust repo homepage.
There appear to be different instructions you can try at https://github.com/miketheprogrammer/go-thrust/
Got the same on Win7.