Tags: ihgann/go-bindata
Tags
Remove `@generated` tagline in header Per `golang` standards, all generated code should following the convention of the following regex: `^// Code generated .* DO NOT EDIT\.$` As such, the `@generated` annotation at the end was not following this standard, which can cause some problems with some linters and other tools following proper convention. Removing this annotation.