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