From 8b2cdf482a30b4d2167f8257f2d0b16185ce803e Mon Sep 17 00:00:00 2001 From: Sander Blue Date: Wed, 26 Jun 2024 12:56:37 -0500 Subject: [PATCH] chore: make note that manually edited files end with an underscore --- pkg/entities/types_.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/entities/types_.go b/pkg/entities/types_.go index b8ae0a5d8..e2fa180a3 100644 --- a/pkg/entities/types_.go +++ b/pkg/entities/types_.go @@ -1,3 +1,5 @@ +// Note: Files that end with an underscore represent files with manual edits. +// This file is for manually adding types to this package. package entities import (