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

bindata_assefts fails with golint #25

Open
loredo opened this issue Nov 12, 2015 · 1 comment
Open

bindata_assefts fails with golint #25

loredo opened this issue Nov 12, 2015 · 1 comment

Comments

@loredo
Copy link

loredo commented Nov 12, 2015

I needed to use this library to embed my static files but when applying golint it fails due to functions containing underscores inside names etc.
It is a little boring replacing all those functions names for my static file with CameCase style.

I finished changing your convert.go, safeFunctionName function, replacing "_" with "". to remove _ from names.

Thanks.

@markwallsgrove
Copy link
Contributor

@loredo the code which you refer to is generated by https://github.com/jteeuwen/go-bindata. Please re-raise the issue within the go-bindata repository.

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

2 participants