From 75c8a4d4cf5be1da17623677119079b25991dc2f Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 30 Dec 2021 22:38:43 -0600 Subject: [PATCH] Have more precise name for patches source Other patches are more lengthy, and should reside in their own file. We rename the existing `patches.go` to a more appropriate name so that other patch sets can be separate. --- patches.go => patch_overwrite.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename patches.go => patch_overwrite.go (100%) diff --git a/patches.go b/patch_overwrite.go similarity index 100% rename from patches.go rename to patch_overwrite.go