From b3d99534a821f1a79d8df452bf80d73a3ee85080 Mon Sep 17 00:00:00 2001 From: Tony Compton Date: Wed, 27 Jun 2018 22:17:24 -0400 Subject: [PATCH] Fixing a couple of renames I left off. --- pkg/custom-provider/{custom_provider.go => provider.go} | 0 pkg/custom-provider/{custom_provider_test.go => provider_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pkg/custom-provider/{custom_provider.go => provider.go} (100%) rename pkg/custom-provider/{custom_provider_test.go => provider_test.go} (100%) diff --git a/pkg/custom-provider/custom_provider.go b/pkg/custom-provider/provider.go similarity index 100% rename from pkg/custom-provider/custom_provider.go rename to pkg/custom-provider/provider.go diff --git a/pkg/custom-provider/custom_provider_test.go b/pkg/custom-provider/provider_test.go similarity index 100% rename from pkg/custom-provider/custom_provider_test.go rename to pkg/custom-provider/provider_test.go