From 99af6146d5def31c59993636d60eb75a483a283b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 18 May 2025 22:30:41 -0400 Subject: openapi --- pkg/app/paths/paths.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pkg/app/paths/paths.go (limited to 'pkg/app/paths') diff --git a/pkg/app/paths/paths.go b/pkg/app/paths/paths.go deleted file mode 100644 index 03efc85e0..000000000 --- a/pkg/app/paths/paths.go +++ /dev/null @@ -1,15 +0,0 @@ -package paths - -import "path/filepath" - -func Data(project string) string { - return filepath.Join(project, ".opencode") -} - -func Storage(project string) string { - return filepath.Join(Data(project), "storage") -} - -func Log(project string) string { - return filepath.Join(Data(project), "log") -} -- cgit v1.2.3