-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature add margin spacing support #82
Feature add margin spacing support #82
Conversation
It looks like this is failing for older versions of Go. This may just be a Travis issue |
@perber I'm happy to merge this once tests are passing. I'll take a look at the reason behind the failure when I can, but if you think you can figure it out, please go ahead |
@bcvery1 I will take a look at the travis issue. |
Hi, There are two possible solutions. Stick to previous go version, than the builds will be successuful or update to a new ubuntu distro. I would prefer to update to a new distribution. Edit: |
Yeah, I agree that the change in distro is the best choice here. Thanks for taking the time to look further into this issue than was the scope of the original issue! I'll merge this now |
Checklist
Ensure all of these are completed before opening the PR:
goimports
-race
Describe the changes
Added support for margin and spacing
Closing issues
Resolves #59