Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go binary package install triggers "can't find 6g " error on compile #18

Open
SimpleApp opened this issue Mar 29, 2012 · 2 comments
Open

Comments

@SimpleApp
Copy link

I've just installed go using the default binary install for MacOS X (x64 arch), and the "compile" bundle command doesn't work with this error : "Couldn't find 6g".
Don't know whether that's expected, but I just wanted to let you know.

@tylerstillwater
Copy link

Go 1 changed it to "go build", "go run" etc. go-tmbundle needs to be updated appropriately.

@kennygrant
Copy link

If you just want to get the simple go run command working with this bundle on OS X, you can edit the run command script to be a simple bash script

#! /bin/bash
/usr/local/go/bin/go run $TM_FILEPATH

jish pushed a commit to jish/go-tmbundle that referenced this issue Dec 31, 2015
Add a note about environment variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants