trying to get this thing to build again on github.

This commit is contained in:
fiatjaf
2025-03-10 17:36:44 -03:00
parent 1c058f2846
commit d899a92f15
3 changed files with 6 additions and 6 deletions

View File

@@ -3,13 +3,13 @@ package nostrfs
import (
"bytes"
"context"
"encoding/json"
"io"
"net/http"
"sync/atomic"
"syscall"
"time"
"github.com/bytedance/sonic"
"github.com/hanwen/go-fuse/v2/fs"
"github.com/hanwen/go-fuse/v2/fuse"
"github.com/liamg/magic"
@@ -53,7 +53,7 @@ func CreateNpubDir(
return
}
metadataj, _ := sonic.ConfigFastest.MarshalIndent(pm, "", " ")
metadataj, _ := json.MarshalIndent(pm, "", " ")
h.AddChild(
"metadata.json",
h.NewPersistentInode(