filed

Job queue using FUSE

git clone git://mccd.space/filed

commit 179aa0413822cf7ddde3f1324ebad15e0d3275b3
parent 96c04942978887cc188990c0ff7031f5696dfdcf
Author: Marc Coquand <marc@coquand.email>
Date:   Thu, 29 Jan 2026 11:15:02 +0100

*

Diffstat:
Mmain.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.go b/main.go
@@ -2,9 +2,9 @@ package main
 
 import (
 	"context"
-	"filed/store"
 	"flag"
 	"fmt"
+	"git.sr.ht/~marcc/filed/store"
 	"log"
 	"log/slog"
 	"os"