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
When running go-bindata on a .json file, the resulting variable is named like fooJson, which throws an error if a linter is run across it (should be fooJSON).
To avoid the problem, it'd be nice to have the ability to via command line flags insert arbitrary comments into the resulting .go file to allow certain rules to be turned off (or links to documentation or whatever people might like).