Standardized: use recommend extension & forward compatibility before 1.0
This commit is contained in:
@ -42,7 +42,7 @@ func (p *path) HomeDir() string {
|
||||
}
|
||||
|
||||
func (p *path) Config() string {
|
||||
return P.Join(p.homedir, "config.yml")
|
||||
return P.Join(p.homedir, "config.yaml")
|
||||
}
|
||||
|
||||
func (p *path) MMDB() string {
|
||||
|
Reference in New Issue
Block a user