Miscellaneous cleanups / comments

This commit is contained in:
Matthew Holt
2019-10-10 15:38:30 -06:00
parent 5300949e0d
commit 9c0bf311f9
8 changed files with 56 additions and 9 deletions

View File

@ -59,3 +59,6 @@ func dataDir() string {
}
return filepath.Join(baseDir, "caddy")
}
// TODO: Consider using Go 1.13's os.UserConfigDir() (https://golang.org/pkg/os/#UserConfigDir)
// if we are going to store the last-loaded config anywhere