go-tmbundle icon indicating copy to clipboard operation
go-tmbundle copied to clipboard

installing go & this bundle doesn't work.

Open devrim opened this issue 12 years ago • 5 comments

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

devrim avatar May 11 '12 23:05 devrim

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

Crenshinibon avatar Jun 04 '12 13:06 Crenshinibon

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

mkb218 avatar Jun 04 '12 15:06 mkb218

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?

Crenshinibon avatar Jun 05 '12 19:06 Crenshinibon

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.

mkb218 avatar Jun 05 '12 19:06 mkb218

Which version of go last worked with the current bundle?

drnic avatar Jun 08 '12 18:06 drnic