init app
This commit is contained in:
9
kit/path.go
Normal file
9
kit/path.go
Normal 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")
|
||||
}
|
||||
Reference in New Issue
Block a user