Go

Go

Made by DeepSource

Malformed "code generated" comment GO-W4002

Anti-pattern
Major

Using conventional codegen comments allows automated tools to detect generated files. This is used by tools like GitHub to hide generated diffs.

Bad practice

// This file was automatically generated by foogen

Recommended

// Code generated by foogen. DO NOT EDIT.