Standardized: use recommend extension & forward compatibility before 1.0

This commit is contained in:
Dreamacro
2019-06-18 20:55:26 +08:00
parent 6adafde9a0
commit 407de7388c
4 changed files with 19 additions and 4 deletions

View File

@ -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 {