btc-pay-checker/kit/path.go

10 lines
140 B
Go
Raw Permalink Normal View History

2023-07-19 11:47:46 +02:00
package kit
import (
root_dir "gitea.urkob.com/urko/go-root-dir"
)
func RootDir() string {
return root_dir.RootDir("btc-pay-checker")
}