-
Notifications
You must be signed in to change notification settings - Fork 4
Convert spaces to tabs #16
Comments
This already happens? |
Sorry, but doesn't seem to be working for me. I'm on the latest version of the package, and have my tabs setting in Atom to Here's a video of what I'm encountering: https://www.dropbox.com/s/fspku5qi4j2n2pj/gofmt.mov?dl=0. Please let me know if you need more info to help debug this. |
gofmt / goimports/ goreturns are clearly not being called successfully. Please make sure you run |
Ah, I think I know the problem. It's the same issue as #14. I'm not using Go's normal Would it be possible to add a setting to surface build errors to the Atom panel with this package? |
Are you using gb? |
Probably not, since I'm not familiar with it. I'm writing a package that's being imported by another project that's actually being built. So my |
So how is raft being built? If your source is invalid, gofmt / goimports and goreturns will not work. |
If I'm not wrong, it gets built when I build package And yep, exactly, |
So, to be clear, the original issue is no longer a problem. I have build errors in my source. You can close this issue! My request is to surface errors through this package too, not just |
So it's still using go build then? Install the builder-go package (or go-plus, which will do it for you). |
I cannot surface the errors for this package without causing duplicates from builder-go. These are the exact same errors; why can't you use builder-go? |
I think I know what the issue is. Reported here: joefitzgerald/builder-go#2. |
Any way to convert spaces to tabs when saving?
The text was updated successfully, but these errors were encountered: