From 9a4e8c4bb9d636a5d60d71f1e6ec739ca4bf2f06 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 (