diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-04-12 10:47:05 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-04-12 10:47:05 +0300 |
| commit | 6f3071a58211598ee23d1ef6ab17156e15b2e27b (patch) | |
| tree | f148c730fdf104570da55c04ecb8117bdfa3f1e3 /files/index.go | |
| parent | d4fb354f5731e945a1eb0388985e504f08d58c22 (diff) | |
initial commit
Diffstat (limited to 'files/index.go')
| -rw-r--r-- | files/index.go | 7 |
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 +} |
