go-bindata-assetfs icon indicating copy to clipboard operation
go-bindata-assetfs copied to clipboard

bindata_assefts fails with golint

Open loredo opened this issue 9 years ago • 1 comments

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.

loredo avatar Nov 12 '15 13:11 loredo

@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.

markwallsgrove avatar Jan 02 '16 13:01 markwallsgrove