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

Clean Go source code #14

Closed

Conversation

micheartin
Copy link
Contributor

Used golangci-lint and fixed some linter warnings.

docker run --rm --user $(id -u) \
    -v $(pwd):/app -w /app      \
    -v ~/.cache:/.cache         \
    golangci/golangci-lint golangci-lint run --enable-all ./...

@pkieltyka
Copy link
Member

pkieltyka commented Mar 25, 2021

I prefer not these kinds of auto-PRs, thanks tho

@pkieltyka pkieltyka closed this Mar 25, 2021
@micheartin
Copy link
Contributor Author

micheartin commented Mar 25, 2021

All right. I have created a fork with these changes and other experimental contributions found on others docgen repositories.
https://github.com/micheartin/docgen
https://github.com/go-chi/docgen/network
Let me know if you want a partial PR of this fork.

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.

2 participants