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

Import order to pass linting #47

Open
dadgar opened this issue Aug 31, 2017 · 3 comments
Open

Import order to pass linting #47

dadgar opened this issue Aug 31, 2017 · 3 comments
Assignees

Comments

@dadgar
Copy link

dadgar commented Aug 31, 2017

Hey it would be great if the import order followed the go style guide. The side effect of this is that projects that lint fail because of the generated code.

The imports should look like:

package agent

import (
    "bytes"
    "compress/gzip"
    "fmt"
    "io"
    "io/ioutil"
    "os"
    "path/filepath"
    "strings"
    "time"

    "github.com/elazarl/go-bindata-assetfs"
)
@elazarl
Copy link
Owner

elazarl commented Aug 31, 2017 via email

@dadgar
Copy link
Author

dadgar commented Aug 31, 2017

@elazarl Sorry I am not familiar with the code base and glancing through it I couldn't find the relevant part of the code base.

@elazarl
Copy link
Owner

elazarl commented Aug 31, 2017 via email

@mfindlater mfindlater self-assigned this Feb 23, 2018
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

3 participants