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 goimports autofix for misising imports #12

Closed
wants to merge 2 commits into from

Conversation

jason-xxl
Copy link

sometimes the generated file is not compilable as import path section missed some obvious path, so I added the goimports to fix this situation.

btw, running test it shows "found packages float32_queue.go (queue) and int_queue_newpkg.go (changed) in parse/test/queue" not sure if this indicates some potential error

@jason-xxl jason-xxl closed this Jul 27, 2015
@jason-xxl
Copy link
Author

looks like goimports already in. so remove this PR, however I'm still not sure why I saw my error and not really reproducible. so remove it first.

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

Successfully merging this pull request may close these issues.

None yet

1 participant