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" +)