From 1d59d0f7d07a82eb50294c26989d36dcaa975729 Mon Sep 17 00:00:00 2001 From: Kevin Schoon Date: Fri, 9 Feb 2018 11:28:56 -0500 Subject: [PATCH] task -> runner --- task.go => runner.go | 0 task_test.go => runner_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename task.go => runner.go (100%) rename task_test.go => runner_test.go (100%) diff --git a/task.go b/runner.go similarity index 100% rename from task.go rename to runner.go diff --git a/task_test.go b/runner_test.go similarity index 100% rename from task_test.go rename to runner_test.go