You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: