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

goimports and gofmt disagree on formatting #123

Open
asobti opened this issue Nov 20, 2018 · 0 comments
Open

goimports and gofmt disagree on formatting #123

asobti opened this issue Nov 20, 2018 · 0 comments

Comments

@asobti
Copy link
Owner

asobti commented Nov 20, 2018

To reproduce, pull down the branch issue-123.

# gofmt lists no changes
$ gofmt -l victims/victims_test.go 
$

# goimports lists changes
$ goimports -l victims/victims_test.go
victims/victims_test.go
asobti pushed a commit that referenced this issue Nov 20, 2018
asobti added a commit that referenced this issue Nov 20, 2018
Temporarily disabling linting as a workaround for #123
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

1 participant