6 lines
59 B
Go
Raw Normal View History

2018-04-18 16:46:18 +09:00
package constants
const (
ConfigFileName = "auth.json"
)