You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot use memfs (variable of interface type billy.Filesystem) as fs.FS value in argument to fs.WalkDir: billy.Filesystem does not implement fs.FS (wrong typefor method Open)
have Open(string) (billy.File, error)
want Open(string) (fs.File, error)
I'm using
github.com/go-git/go-billy/v6 v6.0.0-20250303095825-24047e466509
I get this compile-time error:
More Info: https://bitfieldconsulting.com/posts/filesystems
The text was updated successfully, but these errors were encountered: