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

installing go & this bundle doesn't work. #21

Open
devrim opened this issue May 11, 2012 · 5 comments
Open

installing go & this bundle doesn't work. #21

devrim opened this issue May 11, 2012 · 5 comments

Comments

@devrim
Copy link

devrim commented May 11, 2012

this might be my dumbness or change in go but this is what i get.. http://d.pr/i/JzsS any ideas why?

@Crenshinibon
Copy link

Same dumbness on my site. I installed go using brew.

@mkb218
Copy link
Contributor

mkb218 commented Jun 4, 2012

The gc tools are no longer stored on the path. The correct invocation is "go tool 6g" (or 8g or 5g)

@Crenshinibon
Copy link

I am fairly new to TextMate Bundles. I fiddled a little with the commands from this bundle and tried to understand how they are working or are supposed to work. The indirectness using ruby as binding is a little complicated to follow. I tried to change the underlying command line call, with no success so far.

So I tried to change the Run Command to directly calling: go run. But the output says it can not find any go file when trying to execute the command. Any ideas?

@mkb218
Copy link
Contributor

mkb218 commented Jun 5, 2012

Switching from using the collection of individual tools and make to using the go tool is not a little tricky. I have a branch where I am working on it and not even all the commands line up.

@drnic
Copy link
Contributor

drnic commented Jun 8, 2012

Which version of go last worked with the current bundle?

jish pushed a commit to jish/go-tmbundle that referenced this issue Dec 31, 2015
Don't save document before completion
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

4 participants