From a9d72a5eb19827ded874e359a99f91cc4d91f4b3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 14 Nov 2025 01:06:14 +0900 Subject: [PATCH] internal/outcome: rename run from main The "main.go" name is quite confusing as this is often only present in main packages. Signed-off-by: Ophestra --- internal/outcome/{main.go => run.go} | 0 internal/outcome/{main_test.go => run_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename internal/outcome/{main.go => run.go} (100%) rename internal/outcome/{main_test.go => run_test.go} (100%) diff --git a/internal/outcome/main.go b/internal/outcome/run.go similarity index 100% rename from internal/outcome/main.go rename to internal/outcome/run.go diff --git a/internal/outcome/main_test.go b/internal/outcome/run_test.go similarity index 100% rename from internal/outcome/main_test.go rename to internal/outcome/run_test.go