Skip to content

Commit

Permalink
Merge f07b947 into 70db251
Browse files Browse the repository at this point in the history
  • Loading branch information
carpawell authored Oct 27, 2023
2 parents 70db251 + f07b947 commit 225d46a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

package fstree

import (
"io/fs"
)

func newSpecificWriteData(_ string, _ fs.FileMode, _ bool) func(string, []byte) error {
return nil
}

0 comments on commit 225d46a

Please sign in to comment.