summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/index.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/files/index.go b/files/index.go
new file mode 100644
index 0000000..e02e4ba
--- /dev/null
+++ b/files/index.go
@@ -0,0 +1,7 @@
+package main
+
+import "context"
+
+func IndexFlacs(ctx context.Context) error {
+ return nil
+}