From f68d1e6900631a2166980911a2c169bf7a99cd5b Mon Sep 17 00:00:00 2001 From: snoop Date: Tue, 6 Jun 2017 15:37:11 +0900 Subject: [PATCH] changed noauth agent service --- proxy/noauthagent/{agent_service.go => noauth_agent_service.go} | 0 .../{agent_service_test.go => noauth_agent_service_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename proxy/noauthagent/{agent_service.go => noauth_agent_service.go} (100%) rename proxy/noauthagent/{agent_service_test.go => noauth_agent_service_test.go} (100%) diff --git a/proxy/noauthagent/agent_service.go b/proxy/noauthagent/noauth_agent_service.go similarity index 100% rename from proxy/noauthagent/agent_service.go rename to proxy/noauthagent/noauth_agent_service.go diff --git a/proxy/noauthagent/agent_service_test.go b/proxy/noauthagent/noauth_agent_service_test.go similarity index 100% rename from proxy/noauthagent/agent_service_test.go rename to proxy/noauthagent/noauth_agent_service_test.go