This commit is contained in:
2023-07-05 22:07:10 +02:00
parent 0ba69b5496
commit b2e65a9df0
15 changed files with 645 additions and 0 deletions

9
kit/path.go Normal file
View File

@@ -0,0 +1,9 @@
package kit
import (
root_dir "gitea.urkob.com/urko/go-root-dir"
)
func RootDir() string {
return root_dir.RootDir("prosody-passwords")
}