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

Add a "Build" command #26

Open
snej opened this issue Nov 1, 2012 · 1 comment
Open

Add a "Build" command #26

snej opened this issue Nov 1, 2012 · 1 comment

Comments

@snej
Copy link

snej commented Nov 1, 2012

The "Compile" command (Cmd-K) is only useful for single-file executables. When building a package, or even a multi-file executable, it'll fail with undefined-symbol errors because it only tries to compile the one source file being edited.

A "Build" command that runs "go build" in the current file's directory would be more useful. The sdefresne fork of this repo already has it; hopefully it's easy to move over.

@boggo
Copy link

boggo commented Apr 1, 2013

This would be great. While it is not too difficult to have a Terminal window open to compile, it would be nice to do it from within TextMate.

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

2 participants