This commit is contained in:
crusader 2018-04-18 16:46:18 +09:00
parent 2ff8a44536
commit 312284ff6d
2 changed files with 5 additions and 4 deletions

View File

@ -2,10 +2,6 @@ package config
import "time" import "time"
const (
ConfigFileName = "auth.json"
)
type AuthStateType int type AuthStateType int
const ( const (

View File

@ -0,0 +1,5 @@
package constants
const (
ConfigFileName = "auth.json"
)