aboutsummaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/conf.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conf/conf.go b/src/conf/conf.go
index 969332a..9cf24aa 100644
--- a/src/conf/conf.go
+++ b/src/conf/conf.go
@@ -64,3 +64,8 @@ func (c *Conf) GetCwd() string {
func (c *Conf) GetPath() string {
return c.path
}
+
+func resolvePath(paths ...string) string {
+ // TODO resolve file paths to cwd + partial or provided path
+ return ""
+}