From 9c0bf311f93218e8f899cd3c6102868be18a4d1c Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 10 Oct 2019 15:38:30 -0600 Subject: Miscellaneous cleanups / comments --- storage.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'storage.go') diff --git a/storage.go b/storage.go index b325b7b..670a471 100644 --- a/storage.go +++ b/storage.go @@ -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 -- cgit v1.2.3