From 312284ff6dad84c8efb3896e6e8fd86e0ed48326 Mon Sep 17 00:00:00 2001 From: crusader Date: Wed, 18 Apr 2018 16:46:18 +0900 Subject: [PATCH] ing --- noauthprobe/config/auth.go | 4 ---- noauthprobe/constants/path.go | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 noauthprobe/constants/path.go diff --git a/noauthprobe/config/auth.go b/noauthprobe/config/auth.go index 4d7d38c..f5d86ad 100644 --- a/noauthprobe/config/auth.go +++ b/noauthprobe/config/auth.go @@ -2,10 +2,6 @@ package config import "time" -const ( - ConfigFileName = "auth.json" -) - type AuthStateType int const ( diff --git a/noauthprobe/constants/path.go b/noauthprobe/constants/path.go new file mode 100644 index 0000000..9a2bb43 --- /dev/null +++ b/noauthprobe/constants/path.go @@ -0,0 +1,5 @@ +package constants + +const ( + ConfigFileName = "auth.json" +)