this is the error
Failed encoding filesystem "github.com/segator/transcoderd": opening file .git\COMMIT_EDITMSG: http: invalid character in file path
in my main.go i have this
err := gitfs.New(ctx,
"github.com/segator/transcoderd",)
the working dir where main.go exists is a git repo poiting to github.com/segator/transcoderd
any idea?