aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-14 01:06:14 +0900
committerOphestra <cat@gensokyo.uk>2025-11-14 01:06:14 +0900
commita9d72a5eb19827ded874e359a99f91cc4d91f4b3 (patch)
tree33d5082f967858a443ef080572809b311f38c361 /internal/outcome
parent6d14bb814f276fd61ca3ff75cb279815cf1bb95d (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome')
-rw-r--r--internal/outcome/run.go (renamed from internal/outcome/main.go)0
-rw-r--r--internal/outcome/run_test.go (renamed from internal/outcome/main_test.go)0
2 files changed, 0 insertions, 0 deletions
diff --git a/internal/outcome/main.go b/internal/outcome/run.go
index 8bf666b2..8bf666b2 100644
--- a/internal/outcome/main.go
+++ b/internal/outcome/run.go
diff --git a/internal/outcome/main_test.go b/internal/outcome/run_test.go
index de2113f2..de2113f2 100644
--- a/internal/outcome/main_test.go
+++ b/internal/outcome/run_test.go