From 6a59ed506720b73e03138e73cbcf4244b9a21952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckiragoo=E2=80=9D?= <“zhangl910201@163.com”> Date: Thu, 16 Feb 2023 09:37:15 +0800 Subject: [PATCH] chore: rename the file of action results for uniform naming --- cmd/kk/pkg/core/ending/{action_results.go => action_result.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cmd/kk/pkg/core/ending/{action_results.go => action_result.go} (100%) diff --git a/cmd/kk/pkg/core/ending/action_results.go b/cmd/kk/pkg/core/ending/action_result.go similarity index 100% rename from cmd/kk/pkg/core/ending/action_results.go rename to cmd/kk/pkg/core/ending/action_result.go