From 15130b8725ae93ebfb1709a35f54c752d2926f5e Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Mon, 19 Mar 2018 12:24:17 +0900 Subject: [PATCH] change command file name --- check/{check_command.go => command.go} | 0 check/{check_command_test.go => command_test.go} | 0 in/{in_command.go => command.go} | 0 in/{in_command_test.go => command_test.go} | 0 out/{out_command.go => command.go} | 0 out/{out_command_test.go => command_test.go} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename check/{check_command.go => command.go} (100%) rename check/{check_command_test.go => command_test.go} (100%) rename in/{in_command.go => command.go} (100%) rename in/{in_command_test.go => command_test.go} (100%) rename out/{out_command.go => command.go} (100%) rename out/{out_command_test.go => command_test.go} (100%) diff --git a/check/check_command.go b/check/command.go similarity index 100% rename from check/check_command.go rename to check/command.go diff --git a/check/check_command_test.go b/check/command_test.go similarity index 100% rename from check/check_command_test.go rename to check/command_test.go diff --git a/in/in_command.go b/in/command.go similarity index 100% rename from in/in_command.go rename to in/command.go diff --git a/in/in_command_test.go b/in/command_test.go similarity index 100% rename from in/in_command_test.go rename to in/command_test.go diff --git a/out/out_command.go b/out/command.go similarity index 100% rename from out/out_command.go rename to out/command.go diff --git a/out/out_command_test.go b/out/command_test.go similarity index 100% rename from out/out_command_test.go rename to out/command_test.go